/ Published in: Bash
Expand |
Embed | Plain Text
# Find jpg find . -name *.jpg # You can then delete the jpgs as follows find . -name *.jpg -delete
You need to login to post a comment.
tribal on 02/02/11
1 person have marked this snippet as a favorite
# Find jpg find . -name *.jpg # You can then delete the jpgs as follows find . -name *.jpg -delete
You need to login to post a comment.