Skip to content

Instantly share code, notes, and snippets.

@Sacristan
Last active June 4, 2021 11:49
Show Gist options
  • Save Sacristan/04ae1ea903db395cbe86d3c6f0c2ec97 to your computer and use it in GitHub Desktop.
Save Sacristan/04ae1ea903db395cbe86d3c6f0c2ec97 to your computer and use it in GitHub Desktop.
Unix Commands
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