使用内置bash命令获取最后一个参数

时间:2016-09-13 14:29:25

标签: bash command arguments

在Bash中有几个内置命令,如!!, !:1, !:*,分别访问最后执行的命令,第一个参数或所有参数。

如何访问最后一个参数没有必须计算参数的数量,例如打字

ls !:2

我被期待:

$ one two three
$ ls !:-1
$ ls three

但它返回$ ls one two

0 个答案:

没有答案