$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
Ever wondered what it takes to build a web3 startup from scratch? In the Stellar Dev Diaries series, we follow the journey of a team of developers building on the Stellar Network as they go from hackathon win to getting funded and launching on mainnet.
Top comments (0)