Skip to content

Instantly share code, notes, and snippets.

@carlos-teles
Created December 21, 2020 14:24
Show Gist options
  • Save carlos-teles/0d94820782e54dc6ac8a11e4ea1b16cb to your computer and use it in GitHub Desktop.
Save carlos-teles/0d94820782e54dc6ac8a11e4ea1b16cb to your computer and use it in GitHub Desktop.
Find large files on SOLARIS 10 with reverse sort
find /opt -type f -print | xargs ls -l | sort -r -n -k 5,5 | head -20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment