1. Open gedit
2. Click Edit
3. Click on Preferences
4. Uncheck to tell gedit do not backup working files
To remove all tilde files till now:
$ cd \
$ sudo find . -iname “*~” -type f -exec rm -rf {} \;
Hope this keeps files clean for a check in 😀
Advertisements