Click to See Complete Forum and Search --> : rm or shred #menu# file??


psyklops
01-31-2002, 01:31 AM
How is this done? After exiting emacs while # It saves a blank copy of the menu file. ANd it has a # on either siide liek #menu#. I cant seem to remove these files anyone have any ideas?

Dark Ninja
01-31-2002, 02:09 AM
If you are using BASH shell, go into your shell prompt, and enter the directory the #/# file is in. Then type:

rm #

and then hit the [TAB] key. Bash will find the file, and complete the statement for you. Then just hit enter to remove the file.


Dark Ninja

psyklops
01-31-2002, 03:46 PM
Thanks it worked.