Answers for "find all file with tilda sign?"

0

find all file with tilda sign?

find . -type f -name '*~' -exec rm -f '{}' \;
Posted by: Guest on June-17-2020

Code answers related to "find all file with tilda sign?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language