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

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!cs.ucf.edu!tarpit!bilver!vicstoy!ctmnix!chris
  2. From: chris@ctmnix.UUCP (Chris Matthews)
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: cant delete file!
  5. Keywords: funny filenames!
  6. Message-ID: <39@ctmnix.UUCP>
  7. Date: 28 Aug 92 03:31:15 GMT
  8. References: <BtLrxr.77G@acsu.buffalo.edu>
  9. Reply-To: chris@ctmnix.UUCP (Chris Matthews)
  10. Organization: Underground Nixbox Creations
  11. Lines: 23
  12.  
  13. In article <BtLrxr.77G@acsu.buffalo.edu> vidya-v@acsu.buffalo.edu (vidyaranya) writes:
  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.  
  24. First:
  25.     can you pipe anything into it?  I'm thinking that it the system
  26.   will see the file as not being empty, maybe, you'll have better
  27.   luck at rm'n it.
  28.  
  29. Second:
  30.     have you used any wild cards such as:  rm A*
  31.  
  32. chris
  33. Genisys Corp.
  34. Thu Aug 27 23:31:08 EDT 1992
  35.  
  36.