Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!star.cs.vu.nl!maart From: maart@cs.vu.nl (Maarten Litmaath) Newsgroups: comp.unix.questions Subject: Re: Csh, alias substitution, & backslash Message-ID: <8231@star.cs.vu.nl> Date: 13 Nov 90 18:25:31 GMT References: <6663@ge-dab.ge.com> Sender: news@cs.vu.nl Reply-To: maart@cs.vu.nl (Maarten Litmaath) Organization: VU Dept. of Computer Science, Amsterdam, The Netherlands Lines: 21 In article <6663@ge-dab.ge.com>, brooks@ge-dab.ge.com (Stephen Brooks) writes: )... ) % alias rm ) rm -i ) % alias cd ) cd !* ; pwd ) )However, why does "\rm" work, but "\cd" does not? [...] Feature. An initial backslash prevents both alias substitution and builtin interpretation. If you want to skip aliases only, use this: % ''cd or % ""cd -- nreadwin@micrognosis.co.uk (Neil Readwin) on "snuff" films: "Seen one ? I was *in* one. They tortured me horribly and then killed me with a single shot in the back of the head ! Following total brain death I gave up acting and became a VMS hacker."