miller/doc/filter-multiline-example.txt
2015-07-19 23:09:25 -04:00

5 lines
122 B
Text

mlr --opprint filter '
($x > 0.5 && $y < 0.5)
||
($x < 0.5 && $y > 0.5)' \
then stats2 -a corr -f x,y data/medium