mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
doc neaten
This commit is contained in:
parent
86cec5f33c
commit
bbb7c48ec4
8 changed files with 56 additions and 56 deletions
|
|
@ -1,4 +1,4 @@
|
|||
**Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV and tabular JSON.**
|
||||
**Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV and tabular JSON.**
|
||||
|
||||
[](https://travis-ci.org/johnkerl/miller) [](https://github.com/johnkerl/miller/blob/master/LICENSE.txt) [](http://johnkerl.org/miller/doc)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<center><table border=1 width="60%"><tr><td><center>
|
||||
<b>
|
||||
Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV,
|
||||
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV,
|
||||
TSV, and tabular JSON.
|
||||
</b>
|
||||
</center> </td></tr></table></center>
|
||||
|
|
|
|||
|
|
@ -605,33 +605,33 @@ $ mlr --ofmt '%.9lf' --opprint seqgen --start 1 --stop 28 then put '
|
|||
' then put '$seconds=systime()' then step -a delta -f seconds then cut -x -f seconds
|
||||
i o fcount seconds_delta
|
||||
1 1 1 0
|
||||
2 2 3 0.000020981
|
||||
3 3 5 0.000013113
|
||||
2 2 3 0.000035048
|
||||
3 3 5 0.000014067
|
||||
4 5 9 0.000015974
|
||||
5 8 15 0.000020981
|
||||
6 13 25 0.000027895
|
||||
7 21 41 0.000043154
|
||||
8 34 67 0.000064850
|
||||
9 55 109 0.000101089
|
||||
10 89 177 0.000162125
|
||||
11 144 287 0.000257969
|
||||
12 233 465 0.000408888
|
||||
13 377 753 0.000658035
|
||||
14 610 1219 0.001064062
|
||||
15 987 1973 0.001696825
|
||||
16 1597 3193 0.002771139
|
||||
17 2584 5167 0.007035017
|
||||
18 4181 8361 0.008676052
|
||||
19 6765 13529 0.011103868
|
||||
20 10946 21891 0.019827127
|
||||
21 17711 35421 0.035264969
|
||||
22 28657 57313 0.047539949
|
||||
23 46368 92735 0.077419043
|
||||
24 75025 150049 0.128149986
|
||||
25 121393 242785 0.199550867
|
||||
26 196418 392835 0.317577124
|
||||
27 317811 635621 0.530328989
|
||||
28 514229 1028457 0.855800867
|
||||
5 8 15 0.000021935
|
||||
6 13 25 0.000030994
|
||||
7 21 41 0.000046015
|
||||
8 34 67 0.000072002
|
||||
9 55 109 0.000113010
|
||||
10 89 177 0.000180960
|
||||
11 144 287 0.000287056
|
||||
12 233 465 0.000458002
|
||||
13 377 753 0.000746012
|
||||
14 610 1219 0.001186848
|
||||
15 987 1973 0.001899004
|
||||
16 1597 3193 0.003793001
|
||||
17 2584 5167 0.006122112
|
||||
18 4181 8361 0.013213873
|
||||
19 6765 13529 0.014245987
|
||||
20 10946 21891 0.019292116
|
||||
21 17711 35421 0.032190084
|
||||
22 28657 57313 0.049235821
|
||||
23 46368 92735 0.076505184
|
||||
24 75025 150049 0.122159958
|
||||
25 121393 242785 0.197263956
|
||||
26 196418 392835 0.315623045
|
||||
27 317811 635621 0.505087852
|
||||
28 514229 1028457 0.843945980
|
||||
</pre>
|
||||
</div>
|
||||
<p/>
|
||||
|
|
@ -663,32 +663,32 @@ $ mlr --ofmt '%.9lf' --opprint seqgen --start 1 --stop 28 then put '
|
|||
' then put '$seconds=systime()' then step -a delta -f seconds then cut -x -f seconds
|
||||
i o fcount seconds_delta
|
||||
1 1 1 0
|
||||
2 2 3 0.000025034
|
||||
3 3 3 0.000012875
|
||||
4 5 3 0.000012159
|
||||
5 8 3 0.000010967
|
||||
6 13 3 0.000010014
|
||||
7 21 3 0.000010014
|
||||
2 2 3 0.000035048
|
||||
3 3 3 0.000013113
|
||||
4 5 3 0.000010967
|
||||
5 8 3 0.000010014
|
||||
6 13 3 0.000010967
|
||||
7 21 3 0.000009060
|
||||
8 34 3 0.000010014
|
||||
9 55 3 0.000008821
|
||||
9 55 3 0.000009775
|
||||
10 89 3 0.000010014
|
||||
11 144 3 0.000010014
|
||||
12 233 3 0.000013113
|
||||
13 377 3 0.000010967
|
||||
12 233 3 0.000015974
|
||||
13 377 3 0.000010014
|
||||
14 610 3 0.000010014
|
||||
15 987 3 0.000010014
|
||||
16 1597 3 0.000010014
|
||||
17 2584 3 0.000010014
|
||||
18 4181 3 0.000010967
|
||||
17 2584 3 0.000009060
|
||||
18 4181 3 0.000010014
|
||||
19 6765 3 0.000010014
|
||||
20 10946 3 0.000010014
|
||||
21 17711 3 0.000008821
|
||||
22 28657 3 0.000010014
|
||||
20 10946 3 0.000009060
|
||||
21 17711 3 0.000010014
|
||||
22 28657 3 0.000008821
|
||||
23 46368 3 0.000012159
|
||||
24 75025 3 0.000010014
|
||||
25 121393 3 0.000010014
|
||||
26 196418 3 0.000010014
|
||||
27 317811 3 0.000008821
|
||||
27 317811 3 0.000009775
|
||||
28 514229 3 0.000010014
|
||||
</pre>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ Miller commands were run with pretty-print-tabular output format.
|
|||
<!-- BODY COPIED FROM content-for-index.html BY poki -->
|
||||
<center><table border=1 width="60%"><tr><td><center>
|
||||
<b>
|
||||
Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV,
|
||||
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV,
|
||||
TSV, and tabular JSON.
|
||||
</b>
|
||||
</center> </td></tr></table></center>
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ MILLER(1) MILLER(1)
|
|||
|
||||
|
||||
NAME
|
||||
Miller is like sed, awk, cut, join, and sort for name-indexed data such
|
||||
Miller is like awk, sed, cut, join, and sort for name-indexed data such
|
||||
as CSV and tabular JSON.
|
||||
|
||||
SYNOPSIS
|
||||
|
|
@ -1903,13 +1903,13 @@ AUTHOR
|
|||
MSP Veith <eveith@veith-m.de>.
|
||||
|
||||
SEE ALSO
|
||||
sed(1), awk(1), cut(1), join(1), sort(1), RFC 4180: Common Format and
|
||||
awk(1), sed(1), cut(1), join(1), sort(1), RFC 4180: Common Format and
|
||||
MIME Type for Comma-Separated Values (CSV) Files, the miller website
|
||||
http://johnkerl.org/miller/doc
|
||||
|
||||
|
||||
|
||||
2016-11-15 MILLER(1)
|
||||
2016-11-18 MILLER(1)
|
||||
</pre>
|
||||
</div>
|
||||
<p/>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ MILLER(1) MILLER(1)
|
|||
|
||||
|
||||
NAME
|
||||
Miller is like sed, awk, cut, join, and sort for name-indexed data such
|
||||
Miller is like awk, sed, cut, join, and sort for name-indexed data such
|
||||
as CSV and tabular JSON.
|
||||
|
||||
SYNOPSIS
|
||||
|
|
@ -1756,10 +1756,10 @@ AUTHOR
|
|||
MSP Veith <eveith@veith-m.de>.
|
||||
|
||||
SEE ALSO
|
||||
sed(1), awk(1), cut(1), join(1), sort(1), RFC 4180: Common Format and
|
||||
awk(1), sed(1), cut(1), join(1), sort(1), RFC 4180: Common Format and
|
||||
MIME Type for Comma-Separated Values (CSV) Files, the miller website
|
||||
http://johnkerl.org/miller/doc
|
||||
|
||||
|
||||
|
||||
2016-11-15 MILLER(1)
|
||||
2016-11-18 MILLER(1)
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ def main
|
|||
print make_top
|
||||
|
||||
print make_section('NAME', [
|
||||
"Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV and tabular JSON."
|
||||
"Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV and tabular JSON."
|
||||
])
|
||||
|
||||
print make_section('SYNOPSIS', [
|
||||
|
|
@ -123,7 +123,7 @@ output separator to the given value."""
|
|||
"This manual page has been composed from Miller's help output by Eric MSP Veith <eveith@veith-m.de>."
|
||||
])
|
||||
print make_section('SEE ALSO', [
|
||||
"sed(1), awk(1), cut(1), join(1), sort(1), RFC 4180: Common Format and MIME Type for " +
|
||||
"awk(1), sed(1), cut(1), join(1), sort(1), RFC 4180: Common Format and MIME Type for " +
|
||||
"Comma-Separated Values (CSV) Files, the miller website http://johnkerl.org/miller/doc"
|
||||
])
|
||||
end
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: mlr
|
||||
.\" Author: [see the "AUTHOR" section]
|
||||
.\" Generator: ./mkman.rb
|
||||
.\" Date: 2016-11-15
|
||||
.\" Date: 2016-11-18
|
||||
.\" Manual: \ \&
|
||||
.\" Source: \ \&
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "MILLER" "1" "2016-11-15" "\ \&" "\ \&"
|
||||
.TH "MILLER" "1" "2016-11-18" "\ \&" "\ \&"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Portability definitions
|
||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
.\" -----------------------------------------------------------------
|
||||
.SH "NAME"
|
||||
.sp
|
||||
Miller is like sed, awk, cut, join, and sort for name-indexed data such as CSV and tabular JSON.
|
||||
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV and tabular JSON.
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
Usage: mlr [I/O options] {verb} [verb-dependent options ...] {zero or more file names}
|
||||
|
|
@ -3037,4 +3037,4 @@ Miller is written by John Kerl <kerl.john.r@gmail.com>.
|
|||
This manual page has been composed from Miller's help output by Eric MSP Veith <eveith@veith-m.de>.
|
||||
.SH "SEE ALSO"
|
||||
.sp
|
||||
sed(1), awk(1), cut(1), join(1), sort(1), RFC 4180: Common Format and MIME Type for Comma-Separated Values (CSV) Files, the miller website http://johnkerl.org/miller/doc
|
||||
awk(1), sed(1), cut(1), join(1), sort(1), RFC 4180: Common Format and MIME Type for Comma-Separated Values (CSV) Files, the miller website http://johnkerl.org/miller/doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue