Skip to content

Instantly share code, notes, and snippets.

@luishdez
Created November 29, 2010 20:56
Show Gist options
  • Select an option

  • Save luishdez/720611 to your computer and use it in GitHub Desktop.

Select an option

Save luishdez/720611 to your computer and use it in GitHub Desktop.
find huge files ( centos )
find /var -size +10000k -print0 | xargs -0 ls -lSh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment