mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
5 lines
122 B
Text
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
|