Created
July 7, 2022 12:38
-
-
Save iamcryptoki/725ad3b94992e1e9271f25cbc86de000 to your computer and use it in GitHub Desktop.
Delete all files with a specific extention.
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
$ 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