$sort
$(du / | sort -nr | head -n 10)
- du shows disk usage at root directory ( a huge huge file)
- sort -nr sorts the file numerically in reverse order
- head -10 shows only the top 10 sorted lines
- () pushes it to the sub-shell in the background
For further actions, you may consider blocking this person and/or reporting abuse
akhil mittal -
@alonso_isidoro -
Matheus Bernardes Spilari -
merve -
Top comments (0)