JEdit
[edit] 1 Deleting jEdit backups from a tree of directories
jEdit backs up files you are working on as FILENAME~. Sometimes, this can make clutter, so you can remove them from a directory and all the directories beneath it with the command:
rm `find . -name "*~"`