Open the terminal and go to the folder: Find results and test if it yields your desired results: find . -type f -name “*SpecificString*” And if the find command results desired output, type in the following in the terminal to delete action: find . -type f -name “*SpecificString*” -delete Or a shorter version: find /path/to/your/files/ […]
Home / grep