Path: utzoo!attcan!uunet!mcvax!hp4nl!botter!star.cs.vu.nl!maart From: maart@cs.vu.nl (Maarten Litmaath) Newsgroups: comp.unix.questions Subject: Re: quoting $ in the Csh Message-ID: <1799@solo9.cs.vu.nl> Date: 12 Dec 88 19:04:22 GMT References: <1233@paris.ics.uci.edu> Organization: V.U. Informatica, Amsterdam, the Netherlands Lines: 16 schmidt@siam.ics.uci.edu (Doug Schmidt) writes: \alias sqz "grep -v '^[ ^I]*$'" \The cshell complains about ``variable syntax,'' since it appears to be \attempting to expand $'. Csh's syntax + parser are SICK! Csh is an example of `loving your enemy' :-) The following trick will do it: alias sqz "grep -v '^[ ^I]*'"$ A `lonely' $ is left alone. -- fcntl(fd, F_SETFL, FNDELAY): |Maarten Litmaath @ VU Amsterdam: let's go weepin' in the corner! |maart@cs.vu.nl, mcvax!botter!maart