|
发表于 2006-7-6 00:18:50
|
显示全部楼层
I was just replying according to your 1 thread.
- 递归glob: grep pattern /path/to/dir/**/*.c,连find都省了。
复制代码
In bash, you can do the exactly the same thing with the exactly the same result. And btw, "**" isn't working under zsh. it probably should be "*/*.c".
- zsh 34 [2] # grep defind /usr/include/**/*.h
- zsh: argument list too long: grep
复制代码 |
|