mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
6 lines
123 B
Bash
Executable file
6 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
mlr --c2p \
|
|
filter '$quantity != 20' \
|
|
then count-distinct -f shape \
|
|
then fraction -f count \
|
|
-- "$@"
|