Difference between revisions of "Mlr"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
like awk, sed, cut, join, and sort for name-indexed data such as CSV and tabular JSON.
  
mlr --help
+
* https://www.mankier.com/1/mlr
  Usage: mlr [flags] {verb} [verb-dependent options ...] {zero or more file names}
+
* https://github.com/johnkerl/miller
   
+
 
  If zero file names are provided, standard input is read, e.g.
+
  [[apt install miller]]
  mlr --csv sort -f shape example.csv 
+
  [[brew install miller]]
+
  [[mlr --help]]
  Output of one verb may be chained as input to another using "then", e.g.
+
 
  mlr --csv stats1 -a min,mean,max -f quantity then sort -f color example.csv
+
  [[mlr --json cat]] example.json
+
 
Please see 'mlr help topics' for more information.
+
== Related ==
Please also see https://miller.readthedocs.io
+
* <code>[[jq]]</code>
 +
* <code>[[jid]]</code>
  
 
== See also ==
 
== See also ==
 
* {{Miller}}
 
* {{Miller}}
 
* {{JSON}}
 
* {{JSON}}
 +
 +
[[Category:Computing]]

Latest revision as of 18:21, 12 January 2023

Advertising: