- 论坛徽章:
- 0
|
实用shell程序,敬请批评指正!
是遍历一个目录查找某个字符串吗?
这样子:
- find 目录 -name "文件名" -exec grep "字符串" {} \; -print
复制代码
楼主的帖子我在sco上用了一下,报错:
c.sh[27]: rgrep: not found
c.sh[27]: rgrep: not found
c.sh[27]: rgrep: not found
c.sh[27]: rgrep: not found
c.sh[45]: whoami: not found
c.sh[46]: USER: not found
ps: ERROR: Option requires an argument -- U
Usage: ps [-aAdefl] [-G groups] [-o format] [-p pids] [-t termlist] \
[-u users] [-U users] [-g pgrplist]
c.sh是我给这个shell起的名字。
在前面倒是可以找到我要的字符串,不过没有区分大小写。我只是运行了一下,没有细看你的shell。 |
|