depth深度

du、tree、find 

ls -li 
find ./ -inum 1193220  | while read a ;do rm -f $a;done
find ./ -size 0b -type f -maxdepth 1 |while read a ;do rm -f $a;done
du -s * | sort -nrk1 | head -n 10

  

 

posted @ 2018-01-10 15:16  tengfei520  阅读(107)  评论(0编辑  收藏  举报