shaunak
Tux Fan
Imm on fedora 7.
I am using gedit to do some basic javascript practice.
Gedit automatically stores the older versions of the file with a "tidle" after the extention eg: "file.js~"
These dont show up in nautilus but get uploaded via ftp, which is very irritating. How do i get rid of them?
imm currently using the command:
to get rid of them.
Screenshot:
*img294.imageshack.us/img294/4647/screenshotrw5.th.png
I am using gedit to do some basic javascript practice.
Gedit automatically stores the older versions of the file with a "tidle" after the extention eg: "file.js~"
These dont show up in nautilus but get uploaded via ftp, which is very irritating. How do i get rid of them?
imm currently using the command:
Code:
rm -i *.js~
Screenshot:
*img294.imageshack.us/img294/4647/screenshotrw5.th.png
Last edited: