找指定深度的目录:
find / -maxdepth 2 -name "fonts"
在找查文件时, exclude指定目录:
find / -path "/usr/portage" -prune -o -name "fonts"
* 不包括/usr/portage文件夹
system administration is a craft
Wednesday, December 31, 2008
Subscribe to:
Post Comments (Atom)
system administration is a craft
0 comments:
Post a Comment