Show disk use
Show the size of a specific folder: du -sh dir/
Show the size of the folder and level 1 subfolders: du -h --max-depth=1 dir/
Show disk use
Show the size of a specific folder: du -sh dir/
Show the size of the folder and level 1 subfolders: du -h --max-depth=1 dir/