mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-03 21:13:09 +00:00
11 lines
193 B
Text
11 lines
193 B
Text
DSL EXPRESSION:
|
|
$[FILENAME] = FNR
|
|
|
|
|
|
AST:
|
|
* statement block
|
|
* assignment "="
|
|
* indirect field value "$[]"
|
|
* context variable "FILENAME"
|
|
* context variable "FNR"
|
|
|