Answers for "how to remove all picture in folder with command line"

1

how to remove all picture in folder with command line

find . -name "*.jpg" -delete
Posted by: Guest on April-02-2022

Code answers related to "how to remove all picture in folder with command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language