Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
im running slackware 10 and whenever i create a file, there's always a blank file created called <filename>~, so if i make a file called "asdf.txt" there will be an "asdf.txt~" in the same directory. what are theses files? my /etc folder has ~ files and there a lot of files like "group-". what do the - and ~ mean? do i need these files? the ~ files are empty anyway, i usually just delete those and it doesnt make a difference
These are just backup files created by vim (and others i think), to allow you to use multiple undo and redo.
You could safely delete it after editing. the original file.
I'd been noticing them too, and rather a lot of them...
Is there a way of setting up the system to automatically delete them, say when the original file is closed (to avoid the need of either doing it manually or setting up a script that has to search the whole disk)?
The ~ files are nothing that the system creates,
they are create by your editor. You can disable
their creation, but it's really quite good practice
to keep them unless you manually make back-up
copies of system files before modifying them.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.