Skip to content

Instantly share code, notes, and snippets.

@rkroll
Forked from xentek/du_sorted.sh
Created June 9, 2014 20:18
Show Gist options
  • Save rkroll/ac65262b6271e1c95548 to your computer and use it in GitHub Desktop.
Save rkroll/ac65262b6271e1c95548 to your computer and use it in GitHub Desktop.
!# /usr/bin/env sh
du -s ./* | sort -n| cut -f 2-| xargs du -sh {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment