I have a lot of residue files from a failed rsync-command. They all have a file extension of 5 (random)characters. Is there a command that can find all files with an extension of 4 characters and more recursively?
Example of a rsync residue filename: foo.jpg.hzmkjt7
I've already found out a way to prevent this with rsync, but all I need to do now is clean those leftovers...