mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
8 lines
150 B
Text
8 lines
150 B
Text
mlr --opprint put '
|
|
$nf = NF;
|
|
$nr = NR;
|
|
$fnr = FNR;
|
|
$filenum = FILENUM;
|
|
$filename = FILENAME' \
|
|
data/small data/small2
|
|
|