Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!cornell!uw-beaver!teknowledge-vaxc!sri-unix!quintus!ok From: ok@quintus.uucp (Richard A. O'Keefe) Newsgroups: comp.unix.wizards Subject: Re: Make & .cshrc Message-ID: <393@quintus.UUCP> Date: 13 Sep 88 09:56:19 GMT References: <452@alice.marlow.uucp> <67870@sun.uucp> <67925@sun.uucp> Sender: news@quintus.UUCP Reply-To: ok@quintus.UUCP (Richard A. O'Keefe) Organization: Quintus Computer Systems, Inc. Lines: 6 In article <67925@sun.uucp> swilson@sun.UUCP (Scott Wilson) writes: >An interesting question is are there C shell metacharacters that are >not Bourne shell metacharacters? Are not "{", ",", and "}" C-shell metacharacters? E.g. "echo a{b,c,d}e" prints "abe ace ade".