mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
support numeric and/or descending sorts
This commit is contained in:
parent
a64e2b5532
commit
e7d40a9bc2
2 changed files with 16 additions and 2 deletions
|
|
@ -413,7 +413,8 @@ POKI_RUN_COMMAND{{mlr --opprint reorder -e -f i,b data/small}}HERE
|
|||
|
||||
POKI_RUN_COMMAND{{mlr sort --help}}HERE
|
||||
|
||||
<p/>xxx write up after -n/-r.
|
||||
<p/>Example:
|
||||
POKI_RUN_COMMAND{{mlr --opprint sort -f a -nr x data/small}}HERE
|
||||
|
||||
<!-- ================================================================ -->
|
||||
<h2>stats1</h2>
|
||||
|
|
|
|||
|
|
@ -1119,7 +1119,20 @@ Example:
|
|||
</div>
|
||||
<p/>
|
||||
|
||||
<p/>xxx write up after -n/-r.
|
||||
<p/>Example:
|
||||
<p/>
|
||||
<div class="pokipanel">
|
||||
<pre>
|
||||
$ mlr --opprint sort -f a -nr x data/small
|
||||
a b i x y
|
||||
eks pan 2 0.7586799647899636 0.5221511083334797
|
||||
eks wye 4 0.38139939387114097 0.13418874328430463
|
||||
pan pan 1 0.3467901443380824 0.7268028627434533
|
||||
wye pan 5 0.5732889198020006 0.8636244699032729
|
||||
wye wye 3 0.20460330576630303 0.33831852551664776
|
||||
</pre>
|
||||
</div>
|
||||
<p/>
|
||||
|
||||
<!-- ================================================================ -->
|
||||
<a id="stats1"/><h2>stats1</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue