Answers for "ubuntu delete all files with same name"

3

delete all files with specific name ubuntu

find -type f -name '*text*' -delete
Posted by: Guest on June-08-2020

Code answers related to "ubuntu delete all files with same name"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language