Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I like to use:

    du -shx \*
I used to pipe that to:

    | grep G
to find anything gig sized, but I like your:

    | sort -rh
Thanks!


Good tip! Yeah, the `sort -rh` is what makes it sing, it's such a cool feature of coreutils that `sort` knows how to sort human-readable output from `du` or `df`




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: