lxq.link
postscategoriestoolsabout

How to delete all files with a given name in all the subdirectories

find . -name "filename" -delete

https://unix.stackexchange.com/questions/3672/how-do-i-delete-all-files-with-a-given-name-in-all-subdirectories

2020-08-14