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.
問題は:
ユーザーが Linux コマンドを入力した後。
別のコマンドを使用して最初のコマンドの出力を取得するにはどうすればよいですか?
注: 最初のコマンドの出力をどこかにリダイレクトすることはできません。
履歴拡張の使用
$ date -d "12:00" Thu Sep 19 12:00:00 EDT 2013 $ d=$(!!) $ echo $d Thu Sep 19 12:00:00 EDT 2013