home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / shell / 3666 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.5 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!usc!snorkelwacker.mit.edu!bloom-picayune.mit.edu!news.mit.edu!jdell
  2. From: jdell@nefertiti.mit.edu (John Ellithorpe)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: cant delete file!
  5. Message-ID: <JDELL.92Aug27165431@nefertiti.mit.edu>
  6. Date: 27 Aug 92 21:54:31 GMT
  7. References: <BtLrxr.77G@acsu.buffalo.edu>
  8. Sender: news@athena.mit.edu (News system)
  9. Organization: Massachusetts Institute of Technology
  10. Lines: 27
  11. In-Reply-To: vidya-v@acsu.buffalo.edu's message of 26 Aug 92 18:13:02 GMT
  12. Nntp-Posting-Host: nefertiti.mit.edu
  13.  
  14. On 26 Aug 92 18:13:02 GMT, vidya-v@acsu.buffalo.edu (vidyaranya) said:
  15. > A file has been created in my directory accidentally,
  16. > possibly while reading disk on a SparcStation IPC. I am unable
  17. > to remove it. The file name appears as:
  18.  
  19. > -rw-r--r--  1 vidya-v         0 Aug 24 12:02 A??LN???N???-@??-
  20.  
  21. > How do I delet it? I tried escaping the '?' and '@' as follows:
  22.  
  23. > [...] stuff deleted
  24.  
  25. How about :
  26.  
  27. % rm -i A*
  28. rm: remove A??LN???N???-@??-? y
  29.  
  30. and it's gone for me.  How that helps you.
  31.  
  32. --John
  33. --
  34.  
  35. ===============================================================================
  36. John Ellithorpe                           | Internet: jdell@maggie.mit.edu
  37. Dept. of Physics, Rm 26-349               | Phone   : (617) 253-3074  Office
  38. Massachusetts Institute of Technology     |           (617) 253-3072  Lab
  39. Cambridge, MA  02139                      |           (617) 236-4910  Home
  40. ===============================================================================
  41.