find all file with tilda sign? code example Example: find all file with tilda sign? find . -type f -name '*~' -exec rm -f '{}' \;