Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamcryptoki/725ad3b94992e1e9271f25cbc86de000 to your computer and use it in GitHub Desktop.
Save iamcryptoki/725ad3b94992e1e9271f25cbc86de000 to your computer and use it in GitHub Desktop.
Delete all files with a specific extention.
$ sudo find . -name "*.jpg" -maxdepth 1 -type f | sudo xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment