码迷,mamicode.com
首页 > 系统相关 > 详细

shell 获取上一次命令最后参数

时间:2017-01-23 15:49:59      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:shell $_

要获取到上一条命令的最后一个参数

root@ubuntu:/shell# ls /etc/hosts /etc/passwd
/etc/hosts  /etc/passwd
root@ubuntu:/shell# echo $_ 
/etc/passwd

上面传输了两个参数

  1. /etc/hosts

  2. /etc/passwd


所以执行echo $_ 后就会输出/etc/passwd


shell 获取上一次命令最后参数

标签:shell $_

原文地址:http://caimengzhi.blog.51cto.com/9787265/1893836

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!