In article <67925 at sun.uucp> swilson at 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".