wilsonfreitas / csvgrep

Easy and funny searches on text delimited files
http://wilsonfreitas.github.io/csvgrep
MIT License
5 stars 1 forks source link

Force the rules being evaluated in the order they are declared #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
$NR < 200 ; ${Name} eq "as$"

The second statement is only evaluated when the first returns true.

Original issue reported on code.google.com by wilson.freitas on 10 Jul 2012 at 12:41