command line remove file of type recursively code example Example: how to delete particular type file recursively in linux find . -type f -name '*.o' -delete