mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-24 16:38:57 +00:00
7 lines
149 B
Text
7 lines
149 B
Text
mlr --opprint put '
|
|
$nf = NF;
|
|
$nr = NR;
|
|
$fnr = FNR;
|
|
$filenum = FILENUM;
|
|
$filename = FILENAME' \
|
|
data/small data/small2
|