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
Doc URL: https://hotodogo.com/blog/doc/commandline-005/
查找大文件:
find -type f -exec du -sh {} + | sort -rh | head