Return to Snippet

Revision: 40432
at February 2, 2011 03:51 by tribal


Initial Code
# Find jpg
find . -name *.jpg

# You can then delete the jpgs as follows
find . -name *.jpg -delete

Initial URL


Initial Description


Initial Title
Find jpg file recursively - bash

Initial Tags
find

Initial Language
Bash