Last active
September 5, 2015 03:09
-
-
Save rajesh-gonuguntla/35552934c0e024d2956c to your computer and use it in GitHub Desktop.
Delete_files_from_folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find /tmp/ -name "*.JPG" -print0 | xargs -0 rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment