find . -type f -name "file_to_remove" -exec rm -f {} \;
finds a file by name or mask in current directory and recursively and deletes it :) From here.
Post a Comment
No comments:
Post a Comment