Skip to content

Instantly share code, notes, and snippets.

@saji89
Created October 3, 2014 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saji89/a0a8a8c79a781f9a11b8 to your computer and use it in GitHub Desktop.
Save saji89/a0a8a8c79a781f9a11b8 to your computer and use it in GitHub Desktop.
Commands of interest
    find . \( -name "*.c" -o -name "*.h" -o -name "*.sc" -o -name "*.ini" \) -print
    
    find . -type f \( -name "*.avi" -name "*.mp4" -name "*.mkv" -name "*.mpg" -name "*.mpeg"\)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment