mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 08:53:55 +00:00
neaten
This commit is contained in:
parent
72dba460e2
commit
9731fbfeec
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Using put and filter, you can do the following:
|
|||
* Define user-defined functions/subroutines using `func` and `subr`.
|
||||
* Specify statements to be executed on each record -- which are anything outside of `begin`/`end`/`func`/`subr`.
|
||||
* Example:
|
||||
`mlr --icsv --ojson put 'begin {print "HELLO"} $z = $x + $y end {print "GOODBYE"}`
|
||||
`mlr --icsv --ojson put 'begin {print "HELLO"} $z = $x + $y; end {print "GOODBYE"}`
|
||||
|
||||
Using the REPL, by contrast, you get interactive control over those same steps:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue