CommandLine 005

Ezra UNIX/Linux

查找大文件:

find -type f -exec du -sh {} + | sort -rh | head