Table of Content
查找大文件:
find -type f -exec du -sh {} + | sort -rh | head
Published 12:06 Jun 02, 2010.
Created by @ezra. Categorized in #Technology, and tagged as #UNIX/Linux.
Source format: Markdown
查找大文件:
find -type f -exec du -sh {} + | sort -rh | head