This topic created in 4217 days ago, the information mentioned may be changed or developed.
zsh执行情况如下:
# no13bus at no13busdeMacBook-Air.local in ~ [22:59:15]
$ alias -s gz='tar -xzvf'
# no13bus at no13busdeMacBook-Air.local in ~ [22:59:48]
$ gz
zsh: command not found: gz
1 replies • 2014-10-17 00:16:24 +08:00
 |
|
1
ozking Oct 17, 2014 via iPhone
-s是说后缀以gz结尾的run tar这个命令
|