Skip to content

Instantly share code, notes, and snippets.

@feng92f
Created October 9, 2012 11:22
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 feng92f/3858068 to your computer and use it in GitHub Desktop.
Save feng92f/3858068 to your computer and use it in GitHub Desktop.
List largest files in current directory
ls -pRsh | sort -hr | head -10 | nawk -v a=$(pwd) '{print a"\t"$0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment