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

  1. Path: sparky!uunet!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime.austin.ibm.com!stuart
  2. From: stuart@austin.ibm.com (Stuart R. Yoder)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: cant delete file!
  5. Keywords: funny filenames!
  6. Message-ID: <1992Aug27.132017.3956@awdprime.austin.ibm.com>
  7. Date: 27 Aug 92 13:20:17 GMT
  8. References: <BtLrxr.77G@acsu.buffalo.edu>
  9. Sender: news@awdprime.austin.ibm.com (USENET News)
  10. Reply-To: stuart@piobe.austin.ibm.com
  11. Organization: IBM Austin
  12. Lines: 29
  13. Originator: stuart@piobe.austin.ibm.com
  14.  
  15.  
  16. In article <BtLrxr.77G@acsu.buffalo.edu>, vidya-v@acsu.buffalo.edu (vidyaranya) writes:
  17. > A file has been created in my directory accidentally,
  18. > possibly while reading disk on a SparcStation IPC. I am unable
  19. > to remove it. The file name appears as:
  20. > -rw-r--r--  1 vidya-v         0 Aug 24 12:02 A??LN???N???-@??-
  21. > How do I delet it? I tried escaping the '?' and '@' as follows:
  22. > daisy [~] 43: rm A\?\?LN\?\?\?N\?\?\?-\@\?\?-
  23. > rm: A??LN???N???-@??-: No such file or directory
  24. > daisy [~] 44: 
  25. > The file name is being correctly taken by the shell, but it cannot
  26. > find it!
  27. > Even unlink has no effect.
  28. > Any suggestions would be appreciated.
  29.  
  30. How about using 'rm -i *'.  It will ask whether to delete each
  31. file-- when you get to the one you want say 'yes'.
  32. -- 
  33. -Stuart
  34. -----------------------------------------------------------
  35. My opinions are mine and not those of my employer.
  36. -----------------------------------------------------------
  37.