Type the following command at the shell prompt to find out top 10 largest file/directories in current directory
du -a * | sort -n -r | head -n 10
Type the following command at the shell prompt to find out top 10 largest file/directories in current directory
du -a * | sort -n -r | head -n 10