04 Nov 2015
Enter in folder where you want to delete files and run this command:
find . -name "file.txt" -print0 | xargs -0 rm -rf
Enter in folder where you want to delete files and run this command:
find . -name "file.txt" -print0 | xargs -0 rm -rf