Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

The command below uses du, sort, and head to show the top five largest files, starting from your /home directory:

sudo du -a /home | sort -n -r | head -n 5
 
PREVIOUS NEXT
Tagged: #The #command #head #show #top #largest #starting
ADD COMMENT
Topic
Name
4+3 =