Skip to content

Instantly share code, notes, and snippets.

@urin
Created September 30, 2014 04:41
Show Gist options
  • Save urin/6c889931453b051b6c8e to your computer and use it in GitHub Desktop.
Save urin/6c889931453b051b6c8e to your computer and use it in GitHub Desktop.
bashスニペット
# カレントディレクトリのサブディレクトリサイズをMBでソートして表示
printf "%'10d(MB)\t%s\n" $(du -ms * | sort -n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment