Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
!!、、、などのエイリアスを bash スクリプトで!$使用したいと考えています。^abc^cde悲しいことに、スクリプトでそれらを動作させることはできないようです (インタラクティブ モードでは問題なく動作します)。これができない場合、bash スクリプトで使用できる同様の方法で動作するものを知っていますか?
!!
!$
^abc^cde
set +o histexpand非対話型の bash シェルで履歴の展開を有効にするために使用します。
set +o histexpand