delete all the files started with .txt in ubuntu code example Example: delete all files with specific name ubuntu find -type f -name '*text*' -delete