mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
5 lines
105 B
Text
Executable file
5 lines
105 B
Text
Executable file
#!/usr/bin/env mlr -s
|
|
--c2p
|
|
filter '$quantity != 20'
|
|
then count-distinct -f shape
|
|
then fraction -f count
|