Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!netnews.upenn.edu!msuinfo!chroma.cps.msu.edu!raja From: raja@bombay.cps.msu.edu (Narayan S. Raja) Newsgroups: comp.unix.questions Subject: Re: How to place a comma in 'a{b,c,d}e' metanotation Message-ID: <1991Jan24.213506.25985@msuinfo.cl.msu.edu> Date: 24 Jan 91 21:35:06 GMT References: <4890@umbc3.UMBC.EDU> Sender: news@msuinfo.cl.msu.edu Reply-To: raja@cpswh.cps.msu.edu Organization: PRIP Lab, Comp. Sci. Dept., MSU Lines: 13 In article <4890@umbc3.UMBC.EDU>, Rouben Rostamian writes: < The csh man page explains how the metanotation "a{b,c,d}e" expands into < "abe ace ade". What it does not explain is how to place commas in the < output, if necessary. For instance I wish that the construction < "a{b\,,c\,,d}" would expand to the comma separated list "ab, ac, ad", 23 pixel>echo a{"b,","c,",d} ab, ac, ad Narayan Sriranga Raja.