Isso porque gedit
cria automaticamente um backup quando você edita arquivos.
veja aqui
Aqui eu criei um arquivo chamado 1
[max@localhost ~/zzz]$ touch 1
enquanto digita ls -l
, mostrando apenas um arquivo que é 1
[max@localhost ~/zzz]$ ls -l
total 0
-rw-rw-r-- 1 max max 0 Sep 27 18:39 1
[max@localhost ~/zzz]$ gedit 1
Agora abri o arquivo com gedit
. E inseriu o texto "olá mundo" e salvou.
Depoisdesalvar,digiteils-l
eagoraelemostradoisarquivos1
e1~
[max@localhost~/zzz]$ls-ltotal4-rw-rw-r--1maxmax12Sep2718:401-rw-rw-r--1maxmax0Sep2718:391~
Paraevitarisso,sigaestemétodo
1.opengedit
2.gotoEdit>Preferences>Editor
Aqui apenas altere Create a backup copy of files before saving
para Autosave files every 1 minutes
É isso ...