Bash usuń pliki z nazwami z podfolderu

find <folderPath> -name "filename" -delete

# Ex:
find . -name "test.json" delete
florinrelea