Skip to content

Instantly share code, notes, and snippets.

@narthur
Created January 12, 2016 19:10
Show Gist options
  • Save narthur/f57ff6b4ea22a8cf4cf4 to your computer and use it in GitHub Desktop.
Save narthur/f57ff6b4ea22a8cf4cf4 to your computer and use it in GitHub Desktop.
Find largest file recursively
sudo find /path/to/search/ -size +15M -printf "%s - %p\n" | sort -n | tail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment