mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-19 01:15:21 +00:00
11 lines
116 B
Bash
11 lines
116 B
Bash
mlr put '
|
|
if (NR == 2) {
|
|
...
|
|
} elif (NR ==4) {
|
|
...
|
|
} elif (NR ==6) {
|
|
...
|
|
} else {
|
|
...
|
|
}
|
|
'
|