On Fri, 04 Jun 2004 11:28:50 -0400 Ralph Crongeyer <[EMAIL PROTECTED]> wrote:
> Carlos Hanson wrote: > > >On Fri, 04 Jun 2004 10:31:07 -0400 > >Ralph Crongeyer <[EMAIL PROTECTED]> wrote: > > > > > > > >>Hi all, > >>I need to do a pattern match with sed of "(" and ")". I need to > >replace >every ( with "(" and every ) with ")" on every line. > >> > > > >sed 's/[()]/"&"/g' > > > > > Carlos, Thanks! > By the way, what does the & mean? > > Ralph > It refers to "the portion of the pattern space which matched". Quoted from the sed man page. -- Carlos Hanson Webmaster and Postmaster Tigard-Tualatin School District ph: 503.431.4053 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]