小编And*_*OOS的帖子

Bash 命令行中感叹号的含义

我在网上找到了这个命令,查找并显示文件的硬链接,例如text.txt。

我的问题:这个命令中的感叹号(!)是做什么的?

find $PWD ! -type d -links +1 -ls | sort -n|cut -d" " -f29 | grep --color=auto "$2"
Run Code Online (Sandbox Code Playgroud)

bash shell command-line command-line-arguments

1
推荐指数
1
解决办法
8251
查看次数