in reply to Re: multiple regex logical AND
in thread multiple regex logical AND

corrected the missing " and tried this (this file has the 2 params set to what I'm searching for) perl -nle 'print $ARGV if !$seen{$ARGV}++ ;print if /^JRECOV="yes"/&&/^TEOJ="-w"/' ss1lab02 AND perl -n00 -le 'print $ARGV if !$seen{$ARGV}++ ;print if /^JRECOV="yes"/ms &&/^TEOJ="-w"/ms' ss1lab02 Neither is returning the lines (filename is returned)

Replies are listed 'Best First'.
Re^3: multiple regex logical AND
by Joost (Canon) on Dec 12, 2006 at 20:24 UTC