mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
todo
This commit is contained in:
parent
2efdae215d
commit
4c76a9a6df
1 changed files with 7 additions and 0 deletions
7
go/verbs-to-do-lc
Executable file
7
go/verbs-to-do-lc
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
verbs=$(diff <(mlr -L) <(../c/mlr -L) | grep '>' | nf)
|
||||
|
||||
for verb in $verbs; do
|
||||
wc -l ../c/mapping/mapper_$(echo $verb | sed 's/-/_/g').c
|
||||
done | sort -n
|
||||
Loading…
Add table
Add a link
Reference in a new issue