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

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

上面传输了两个参数

  1. /etc/hosts

  2. /etc/passwd

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