DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
4+3 =
Submit