Shell/Bash: ubuntu du sort by dir size Example
Shell/Bash Example: This is the "ubuntu du sort by dir size" Example. compiled from many sources on the internet by SimpleTutorials.org
ubuntu du sort by dir size
du -Sh /path/to/dir | sort -rh | head -20
* Summary: This "ubuntu du sort by dir size" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!