mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
--tsv etc. @ miller doc
This commit is contained in:
parent
1a1049e048
commit
901e5facfe
3 changed files with 20 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ TOP OF LIST:
|
|||
- clear @ top of regtest
|
||||
|
||||
* --tsv
|
||||
- mld
|
||||
k mlh
|
||||
k UT
|
||||
|
||||
|
|
|
|||
|
|
@ -85,6 +85,16 @@ just as <tt>awk</tt> does. For TSV, use <tt>--fs tab</tt>; to convert TSV to
|
|||
CSV, use <tt>--ifs tab --ofs comma</tt>, etc. (See also
|
||||
POKI_PUT_LINK_FOR_PAGE(reference.html)HERE.)
|
||||
|
||||
<p/> The following are synonymous pairs:
|
||||
<ul>
|
||||
<li/> <tt>--tsv</tt> and <tt>--csv --fs tab</tt>
|
||||
<li/> <tt>--itsv</tt> and <tt>--icsv --ifs tab</tt>
|
||||
<li/> <tt>--otsv</tt> and <tt>--ocsv --ofs tab</tt>
|
||||
<li/> <tt>--tsvlite</tt> and <tt>--csvlite --fs tab</tt>
|
||||
<li/> <tt>--itsvlite</tt> and <tt>--icsvlite --ifs tab</tt>
|
||||
<li/> <tt>--otsvlite</tt> and <tt>--ocsvlite --ofs tab</tt>
|
||||
</ul>
|
||||
|
||||
<p/>Miller’s <tt>--csv</tt> flag supports RFC-4180 CSV (<a href="https://tools.ietf.org/html/rfc4180">
|
||||
https://tools.ietf.org/html/rfc4180</a>). This includes CRLF line-terminators by default, regardless
|
||||
of platform.
|
||||
|
|
|
|||
|
|
@ -388,6 +388,16 @@ just as <tt>awk</tt> does. For TSV, use <tt>--fs tab</tt>; to convert TSV to
|
|||
CSV, use <tt>--ifs tab --ofs comma</tt>, etc. (See also
|
||||
<a href="reference.html">Reference</a>.)
|
||||
|
||||
<p/> The following are synonymous pairs:
|
||||
<ul>
|
||||
<li/> <tt>--tsv</tt> and <tt>--csv --fs tab</tt>
|
||||
<li/> <tt>--itsv</tt> and <tt>--icsv --ifs tab</tt>
|
||||
<li/> <tt>--otsv</tt> and <tt>--ocsv --ofs tab</tt>
|
||||
<li/> <tt>--tsvlite</tt> and <tt>--csvlite --fs tab</tt>
|
||||
<li/> <tt>--itsvlite</tt> and <tt>--icsvlite --ifs tab</tt>
|
||||
<li/> <tt>--otsvlite</tt> and <tt>--ocsvlite --ofs tab</tt>
|
||||
</ul>
|
||||
|
||||
<p/>Miller’s <tt>--csv</tt> flag supports RFC-4180 CSV (<a href="https://tools.ietf.org/html/rfc4180">
|
||||
https://tools.ietf.org/html/rfc4180</a>). This includes CRLF line-terminators by default, regardless
|
||||
of platform.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue