On Thu, 2006-02-02 at 15:43 +0000, Paul Howarth wrote: > Steven J Lamb wrote: > egrep 'string1|string2|string3' filename FWIW: POSIX has abandoned "egrep" in favor of "grep -E". => You will want "grep -E" instead of "egrep". Ralf
On Thu, 2006-02-02 at 15:43 +0000, Paul Howarth wrote: > Steven J Lamb wrote: > egrep 'string1|string2|string3' filename FWIW: POSIX has abandoned "egrep" in favor of "grep -E". => You will want "grep -E" instead of "egrep". Ralf