recursively remove files matching pattern linux code example Example: how to delete particular type file recursively in linux find . -type f -name '*.o' -delete