Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kelahcim
6 months ago
|
parent
|
context
|
favorite
| on:
Show HN: Dut – a fast Linux disk usage calculator
I will definitely try this one and compare with my daily stuff
`du -s -k * | sort -r -n -k1,1 -t" "`
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
`du -s -k * | sort -r -n -k1,1 -t" "`