Shell/Bash: find large files in ubuntu Example
Shell/Bash Example: This is the "find large files in ubuntu" Example. compiled from many sources on the internet by SimpleTutorials.org
find large files in ubuntu
sudo du -a /your_dir/ | sort -n -r | head -n 20
* Summary: This "find large files in ubuntu" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!