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
- What is this file and why it is created?
- Will it ok to tell Ubuntu not to created these files and how?