Skip to content

Instantly share code, notes, and snippets.

@tomoyukiinoue
Created August 9, 2015 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoyukiinoue/9985be2578410b98e117 to your computer and use it in GitHub Desktop.
Save tomoyukiinoue/9985be2578410b98e117 to your computer and use it in GitHub Desktop.
Macでディレクトリを要領順に並べる
$ brew install coreutils
$ gdu -b -d 1 | sort -n | gnumfmt --to=iec --suffix=B --padding=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment