0

I created a file in Ubuntu command prompt like this

$ gedit first_file.txt 

After editing and saving the file when do ls on command prompt I can see an additional file created

first_file.txt~  

My Question

  1. What is this file and why it is created?
  2. Will it ok to tell Ubuntu not to created these files and how?

1 Answers1

3

They are backup copies.

To control the creation of those: Edit -> Preferences -> Editor and look for "File Saving".

enter image description here

Jorge Castro
  • 71,754
Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94