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 シェルで実行すると、次のようになります。
script1 -i foo | script2 -i bar | script3 -i foobar
script1-3 内から bash_history に表示されるように、そのコマンドを取得する堅牢な方法はありますか?
私が知る限り、.bash_history ファイルから情報を取得することはできません。そのファイルへの書き込みはバッファリングされているため、同期が取れていない可能性があります。