home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / shell / 3753 < prev    next >
Encoding:
Text File  |  1992-09-01  |  948 b   |  32 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!usc!sdd.hp.com!wupost!darwin.sura.net!sgiblab!octela!hung
  3. From: hung@octel.com (Hung Le)
  4. Subject: Re: cant delete file!
  5. Message-ID: <1992Sep2.004926.19205@octel.com>
  6. Keywords: funny filenames!
  7. Organization: Octel Communications Inc., Milpitas Ca.
  8. References: <BtLrxr.77G@acsu.buffalo.edu>
  9. Date: Wed, 2 Sep 1992 00:49:26 GMT
  10. Lines: 20
  11.  
  12. In article <BtLrxr.77G@acsu.buffalo.edu> vidya-v@acsu.buffalo.edu (vidyaranya) writes:
  13. >
  14. >A file has been created in my directory accidentally,
  15. >possibly while reading disk on a SparcStation IPC. I am unable
  16. >to remove it. The file name appears as:
  17. >
  18. >-rw-r--r--  1 vidya-v         0 Aug 24 12:02 A??LN???N???-@??-
  19. >
  20. >How do I delet it? I tried escaping the '?' and '@' as follows:
  21. >
  22. >daisy [~] 43: rm A\?\?LN\?\?\?N\?\?\?-\@\?\?-
  23.  
  24.     You could use the command:
  25.  
  26.     /bin/rm -i A*
  27.  
  28.     then answer 'y' for the appropriate file that you want to delete.
  29.     Good luck.
  30.  
  31.     Cheers,
  32.