Skip to content

Instantly share code, notes, and snippets.

@caingougou
Created January 8, 2013 03:51
Show Gist options
  • Save caingougou/4481017 to your computer and use it in GitHub Desktop.
Save caingougou/4481017 to your computer and use it in GitHub Desktop.
Get the largest file in the folder
find . -type f | xargs ls -s | sort -rn | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment