mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-22 18:06:52 +00:00
4 lines
154 B
Bash
Executable file
4 lines
154 B
Bash
Executable file
#!/bin/sh
|
|
mlr --opprint "$@" step -a rsum,delta,counter -f x,y -g a ../data/small
|
|
echo
|
|
mlr --opprint "$@" step -a rsum,delta,counter -f x,y ../data/small
|