home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / shell / 5349 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!mcsun!sunic!dkuug!aud.dk!vaxc.aud.auc.dk!fischer
  3. From: fischer@iesd.auc.dk (Lars Peter Fischer)
  4. Subject: Re: File Problem.
  5. In-Reply-To: wrasman@duncan.utkcs's message of 8 Jan 93 16: 43:26
  6. Message-ID: <FISCHER.93Jan13013129@orange.iesd.auc.dk>
  7. Sender: news@vaxc.aud.auc.dk (USENET News System)
  8. Organization: Mathematics and Computer Science, Aalborg University
  9. References: <WRASMAN.93Jan8164326@duncan.utkcs>
  10. Date: Wed, 13 Jan 1993 00:31:29 GMT
  11. Lines: 18
  12.  
  13.  
  14. >>>>> "Mirror" == Mirror Mirror on the wall (wrasman@duncan.utkcs)
  15.  
  16. Mirror> I seem to have accidently created a file that starts out with
  17. Mirror> a - . I can't get rm to get rid of it and I can mv to another file
  18. Mirror> name. SO does anyone know how to get rid of a file like this.
  19.  
  20. Use another name for the file. The obvious choice is using
  21. ./<filename> or /where/ever/the/file/is/<filename>.
  22.  
  23.   rm ./<filename>
  24.  
  25. Remember, there are many ways to name the same file.
  26.  
  27. /Lars
  28. --
  29. Lars Fischer, fischer@iesd.auc.dk | It takes an uncommon mind to think of
  30. CS Dept., Aalborg Univ., DENMARK. | these things.  -- Calvin
  31.