Find files:
find . -type f -name '*~'
To delete the files:
find . -type f -name '*~' -exec rm -f '{}' \;
Impact of procedure : Performing the following procedure should not have a negative impact on your system. Open putty by double click...