how to display ~ backup files in gnome

1

I'm using gnome. I created some text files. After I change something in myfile.txt there's myfile.txt~ automatically created as a backup. Ok... now, on KDE I see these ~ files and I can delete them if I want but they're hidden in gnome... Gnome seems to treat them as special hidden files (just like .mydir directories) How do I make ~ files visible in gnome so I could edit or delete them?

mea

Posted 2010-02-02T02:31:28.630

Reputation:

Answers

1

In the Nautilus file browser select Show Hidden Files from the View menu.

If you are asking this question because you really hate backup files and would rather not have them, most editors give you an option to not create them. For example in gedit, select Edit -> Preferences. On the Editor tab, there is a 'Create a backup copy of files before saving' checkbox. If you uncheck that selection, then you won't create any ~ files.

DaveParillo

Posted 2010-02-02T02:31:28.630

Reputation: 13 402

1Show hidden files is mapped to <CTRL>-h by default, – Benjamin Bannier – 2010-02-02T03:13:39.483