extract string

Paul Lussier p.lussier at comcast.net
Tue Jan 10 15:09:00 EST 2006


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



More information about the gnhlug-discuss mailing list