我在网上找到了这个命令,查找并显示文件的硬链接,例如text.txt。
我的问题:这个命令中的感叹号(!)是做什么的?
find $PWD ! -type d -links +1 -ls | sort -n|cut -d" " -f29 | grep --color=auto "$2"
bash shell command-line command-line-arguments
bash ×1
command-line ×1
command-line-arguments ×1
shell ×1