Skip to content

Instantly share code, notes, and snippets.

@RC1140
Created March 23, 2010 13:45
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 RC1140/341181 to your computer and use it in GitHub Desktop.
Save RC1140/341181 to your computer and use it in GitHub Desktop.
du -s * |awk '{if ($1/1024 > 2000 ) print $1/1024 " " $2 " " $3 " " $4}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment