Skip to content

Instantly share code, notes, and snippets.

@osamu2001
Created March 21, 2013 00:47
Show Gist options
  • Save osamu2001/5209845 to your computer and use it in GitHub Desktop.
Save osamu2001/5209845 to your computer and use it in GitHub Desktop.
find jpg files
find . -regextype posix-egrep -regex ".*/.*[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}\.[0-9]{2}\.[0-9]{2}\.jpg$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment