mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 17:04:50 +00:00
7 lines
146 B
Text
7 lines
146 B
Text
mlr --opprint put '
|
|
$nf = NF;
|
|
$nr = NR;
|
|
$fnr = FNR;
|
|
$filenum = FILENUM;
|
|
$filename = FILENAME
|
|
' data/small data/small2
|