mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
5 lines
125 B
Text
Executable file
5 lines
125 B
Text
Executable file
#!/usr/bin/env mlr -s
|
|
--c2p
|
|
filter '$quantity != 20' # Here is a comment
|
|
then count-distinct -f shape
|
|
then fraction -f count
|