Show size of the files and directories sorted by size
du -sk * | sort -rn
Posted in Command Line, Linux | No Comments »