How to recursively delete files matching a pattern
cd to the folder, run :
$ find . -name '*attach*' | xargs rm
where attach is the keyword present in all filenames to delete.
cd to the folder, run :
$ find . -name '*attach*' | xargs rm
where attach is the keyword present in all filenames to delete.
Custom theme by me. Based on Panorama by Themocracy