Kyle Burton on Thu, 9 Sep 1999 13:54:01 -0400 (EDT) |
One problem is that '#' denots a comment to the shell. Try backslash escaping the '#', eg: \#filename\# or put it in single quotes: '#filename#' when trying to remove it. k ------------------------------------------------------------------------------ Live fast, die young, and leave a good looking corpse. -- James Dean mortis@voicenet.com http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ On Thu, 9 Sep 1999, Daniel K. Spicer wrote: > When I edit a file in emacs, it creates files named #filename# > When I try to rm, mv, or cp these files, I get an error as though the > files don't exist. > > What kind of files are these, and how can I get rid of them ?? > > > _______________________________________________ > Plug maillist - Plug@lists.nothinbut.net > http://lists.nothinbut.net/mail/listinfo/plug > _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|