⬅︎ Back to Linux tip: du --max-depth=1
To display disk usage with human readable values and sort them using the human readable value order, use this command :du -h | sort -h
Comment
To display disk usage with human readable values and sort them using the human readable value order, use this command :
du -h | sort -h