This answer is a bit rushed as I'm in a hurry to go home for a beer, but you should get the idea.
# slurp the file.... my @lines = <$fh>; # filter the lines.... my @filter1 = grep( /mixed/, @lines); my @filter2 = grep( !/-- --/,@filter1);
In reply to Re: Grep n awk
by space_monk
in thread Grep n awk
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |