Skip to content

Instantly share code, notes, and snippets.

@rajesh-gonuguntla
Last active September 5, 2015 03:09
Show Gist options
  • Save rajesh-gonuguntla/35552934c0e024d2956c to your computer and use it in GitHub Desktop.
Save rajesh-gonuguntla/35552934c0e024d2956c to your computer and use it in GitHub Desktop.
Delete_files_from_folder
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