1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

mlr: update page (#3623)

This commit is contained in:
vapniks 2019-11-30 14:17:34 +00:00 committed by Starbeamrainbowlabs
parent 30a4269018
commit 4e589fadf3

View file

@ -26,3 +26,7 @@
- Receive JSON and format the output as vertical JSON:
`echo '{"hello":"world", "foo":"bar"}' | mlr --ijson --ojson --jvstack cat`
- Filter lines of a compressed CSV file treating numbers as strings:
`mlr --prepipe 'gunzip' --csv filter -S '${{fieldName}} =~ "{{regexp}}"' {{example.csv.gz}}`