Skip to content

Instantly share code, notes, and snippets.

@samyranavela
Created December 29, 2014 18:06
Show Gist options
  • Save samyranavela/6c6d6b0fe9eaa95ba103 to your computer and use it in GitHub Desktop.
Save samyranavela/6c6d6b0fe9eaa95ba103 to your computer and use it in GitHub Desktop.
Taille total des fichiers > 5MB
#!/bin/sh
find ./ -type f -size +5120 -exec du -shc {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment