diff --git a/doc/content-for-reference.html b/doc/content-for-reference.html index fc53661d2..3c7b973db 100644 --- a/doc/content-for-reference.html +++ b/doc/content-for-reference.html @@ -602,8 +602,8 @@ POKI_RUN_COMMAND{{head -n 20 data/multicountdown.dat | mlr --opprint sort -f col
Any records not having all specified sort keys will appear at the end of the output, in the order they were encountered, regardless of sort order: -POKI_RUN_COMMAND{{mlr sort -n x data/sort-het.dkvp}}HERE -POKI_RUN_COMMAND{{mlr sort -nr x data/sort-het.dkvp}}HERE +POKI_RUN_COMMAND{{mlr sort -n x data/sort-missing.dkvp}}HERE +POKI_RUN_COMMAND{{mlr sort -nr x data/sort-missing.dkvp}}HERE$ cat data/sort-het.dkvp -x=2 -a=3 -x=4 -x=1 +count=500,color=green +count=600 +status=ok,count=250,hours=0.22 +status=ok,count=200,hours=3.4 +count=300,color=blue +count=100,color=green +count=450
$ mlr sort -n count data/sort-het.dkvp -x=2 -a=3 -x=4 -x=1 +count=100,color=green +status=ok,count=200,hours=3.4 +status=ok,count=250,hours=0.22 +count=300,color=blue +count=450 +count=500,color=green +count=600
-$ mlr sort -n x data/sort-het.dkvp +$ mlr sort -n x data/sort-missing.dkvp x=1 x=2 x=4 @@ -1911,7 +1911,7 @@ a=3-$ mlr sort -nr x data/sort-het.dkvp +$ mlr sort -nr x data/sort-missing.dkvp x=4 x=2 x=1