Skip to content

Instantly share code, notes, and snippets.

@shapkarin
Last active September 25, 2020 09:10
Show Gist options
  • Save shapkarin/c397b53f3d3bd5275649150235a736f0 to your computer and use it in GitHub Desktop.
Save shapkarin/c397b53f3d3bd5275649150235a736f0 to your computer and use it in GitHub Desktop.
find . -type f -size +100000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment