Re: grep and words

2006-07-13 Thread Jim Easton
Hi, Guy Przytula wrote: > > another question from newbie .. > > is it possible with grep to select only the rows where the second word > > applies, because the pattern can occur at different places like : > > row 1 : zzz > > row 2 : zzz > > I need only the row where word 2 = yy

Re: grep and words

2006-07-12 Thread Chuck
prz wrote: > another question from newbie .. > is it possible with grep to select only the rows where the second word > applies, because the pattern can occur at different places like : > row 1 : zzz > row 2 : zzz > I need only the row where word 2 = > grep would also

Re: grep and words

2006-07-12 Thread Brian Dessent
prz wrote: > another question from newbie .. > is it possible with grep to select only the rows where the second word > applies, because the pattern can occur at different places like : > row 1 : zzz > row 2 : zzz > I need only the row where word 2 = > grep would also