Skip to content

Instantly share code, notes, and snippets.

@jimmyhoran
Last active July 27, 2022 11:03
Show Gist options
  • Save jimmyhoran/35ffaa9479be284abcc38d6018350669 to your computer and use it in GitHub Desktop.
Save jimmyhoran/35ffaa9479be284abcc38d6018350669 to your computer and use it in GitHub Desktop.
#!/bin/bash
find . -type f -size +100000k -exec ls -lh {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment