programmers how to save space on your computer code example
Example: programmers how to save space on your computer
$ find . -maxdepth 1 -mindepth 1 -type d -exec du -hs {} + | sort -r -h
$ find . -maxdepth 1 -mindepth 1 -type d -exec du -hs {} + | sort -r -h