Folder Operations
DU (Disk Usage) command
Lists folders with sizes in human readable format (Gb,Mb):
du -sh *
Deletes directory and all files in it without prompting:
rm -rf
DU (Disk Usage) command
Lists folders with sizes in human readable format (Gb,Mb):
du -sh *
Deletes directory and all files in it without prompting:
rm -rf