Skip to content

Instantly share code, notes, and snippets.

@carlos-teles
Created December 21, 2020 14:01
Show Gist options
  • Save carlos-teles/012dd22f239f8fd7c526274455b27d2f to your computer and use it in GitHub Desktop.
Save carlos-teles/012dd22f239f8fd7c526274455b27d2f to your computer and use it in GitHub Desktop.
Find large files on LINUX with reverse sort
find /opt -type f -printf "%s\t%p\n" | sort -rn | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment