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