Ben Scott <dragonhawk at gmail.com> writes: > Here's one way, as a Perl one-liner: > > perl -ne 'split ","; $_ = $_[2]; s/(^")|("$)//g; print if m/univ/;' < > abc.txt > def.txt Egads! -- Seeya, Paul