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

  1. Path: sparky!uunet!cis.ohio-state.edu!rutgers!ub!acsu.buffalo.edu!vidya-v
  2. From: vidya-v@acsu.buffalo.edu (vidyaranya)
  3. Newsgroups: comp.unix.shell
  4. Subject: cant delete file!
  5. Keywords: funny filenames!
  6. Message-ID: <BtLrxr.77G@acsu.buffalo.edu>
  7. Date: 26 Aug 92 18:13:02 GMT
  8. Sender: nntp@acsu.buffalo.edu
  9. Organization: UB
  10. Lines: 21
  11. Originator: vidya-v@beatrix.eng.buffalo.edu
  12. Nntp-Posting-Host: beatrix.eng.buffalo.edu
  13.  
  14.  
  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. daisy [~] 43: rm A\?\?LN\?\?\?N\?\?\?-\@\?\?-
  24. rm: A??LN???N???-@??-: No such file or directory
  25. daisy [~] 44: 
  26.  
  27. The file name is being correctly taken by the shell, but it cannot
  28. find it!
  29. Even unlink has no effect.
  30.  
  31. Any suggestions would be appreciated.
  32.  
  33. Vidyaranya
  34. vidya-v@beatrix.eng.buffalo.edu
  35.