mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-31 19:51:33 +00:00
1 line
60 B
Text
1 line
60 B
Text
@idx = NR % 5; @idx = @idx == 0 ? 5 : @idx; $[@idx] = "NEW"
|