查找Linux某个目录下空的子目录的方法
Posted January 9th, 2008 by admin
zzz@zwm:~/beauty$ du -h 1* | grep ‘4.0K’
注:根据实际情况修改上面的grep 中查询的字符串。
Filed under:Uncategorized
I’d love to change the world,but they won’t give me the source code.
Caker, Web developer,Beijing,China.
My projects
zzz@zwm:~/beauty$ du -h 1* | grep ‘4.0K’
注:根据实际情况修改上面的grep 中查询的字符串。
Leave a Reply