how to fully delete a file in linux terminal code example Example: delete all files with specific name ubuntu find -type f -name '*text*' -delete