【发布时间】:2010-09-06 08:07:51
【问题描述】:
我正在寻找安装在我的系统上的 shell 脚本文件,但 find 不起作用:
$ find /usr -name *.sh
但我知道那里有很多脚本。例如:
$ ls /usr/local/lib/*.sh
/usr/local/lib/tclConfig.sh
/usr/local/lib/tkConfig.sh
为什么 find 不起作用?
【问题讨论】:
-
这是超级用户的问题吗?
-
这更适合UnixSE