Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!wuarchive!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!pasteur!helios.ee.lbl.gov!ucsd!sdcsvax!beowulf!lindwall From: lindwall@beowulf.ucsd.edu (John Lindwall) Newsgroups: comp.sys.amiga.tech Subject: Re: A bug in ARP 1.3? Message-ID: <7599@sdcsvax.UCSD.Edu> Date: 10 Dec 89 06:45:05 GMT References: <14752@boulder.Colorado.EDU> Sender: nobody@sdcsvax.UCSD.Edu Reply-To: lindwall@beowulf.UCSD.EDU (John Lindwall) Distribution: na Organization: EE/CS Dept. U.C. San Diego Lines: 24 In article <14752@boulder.Colorado.EDU> hunt@spot.Colorado.EDU (HUNT LEE CAMERON) writes: >Anywho, has anybody been able to make a file or >directory called 'a' under ARP 1.3 and consequently tried to delete it? >Using ARP's delete the file won't go away, but ol' AmigaDOS's delete will >get rid of it. Has anybody else seen this? > The delete command is interpreting your a as the abreviation for the ASK keyword, instead of as a filename. The ASK keyword is neat - you could say delete #? a and delete will prompt you for each file or directory "Delete foo?" Like rm -i on Un*x. To get help with ARP commands, type CommandName ? and a short template is printed. A second ? gets you a second (more Un*x-like usage message). To get rid of the file called a, use delete "a". John Lindwall John Lindwall lindwall@cs.ucsd.edu