DU (Disk Usage) command
Lists directories with sizes in human readable format (Gb,Mb):
du -sh *
Or you can show sizes of entire directory sub tree:
du -h
Deletes directory and all files in it without prompting:
rm -rf
very very slowly
DU (Disk Usage) command
Lists directories with sizes in human readable format (Gb,Mb):
du -sh *
Or you can show sizes of entire directory sub tree:
du -h
Deletes directory and all files in it without prompting:
rm -rf