Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!sgi!shinobu!odin!thestepchild!rhartman From: rhartman@thestepchild.sgi.com (Robert Hartman) Newsgroups: comp.unix.shell Subject: Re: File from MacHell Message-ID: <1991Jun26.175705.320@odin.corp.sgi.com> Date: 26 Jun 91 17:57:05 GMT References: Sender: news@odin.corp.sgi.com (Net News) Distribution: usa Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 11 In article phillips@fozzie.nrl.navy.mil (Lee Phillips) writes: >I ftp'd to a Macintosh ... I got a list of >files, including one with a trailing asterisk. > ... I tried to delete it with rm, using >every combination of quoting and escaping and globbing that I knew ... In csh, say: set noglob ; rm Hellfile* ; unset noglob -r