From 901e5facfe3a7b151c30b18192af2e71f5a206cb Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 30 Jun 2016 17:28:44 -0400 Subject: [PATCH] --tsv etc. @ miller doc --- c/todo.txt | 1 - doc/content-for-file-formats.html | 10 ++++++++++ doc/file-formats.html | 10 ++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/c/todo.txt b/c/todo.txt index 9ed7a4cc2..e2ea6bb32 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -17,7 +17,6 @@ TOP OF LIST: - clear @ top of regtest * --tsv - - mld k mlh k UT diff --git a/doc/content-for-file-formats.html b/doc/content-for-file-formats.html index 9bf9e9b29..dcc1bee25 100644 --- a/doc/content-for-file-formats.html +++ b/doc/content-for-file-formats.html @@ -85,6 +85,16 @@ just as awk does. For TSV, use --fs tab; to convert TSV to CSV, use --ifs tab --ofs comma, etc. (See also POKI_PUT_LINK_FOR_PAGE(reference.html)HERE.) +

The following are synonymous pairs: +

+

Miller’s --csv flag supports RFC-4180 CSV ( https://tools.ietf.org/html/rfc4180). This includes CRLF line-terminators by default, regardless of platform. diff --git a/doc/file-formats.html b/doc/file-formats.html index 63423658e..e3e157a9b 100644 --- a/doc/file-formats.html +++ b/doc/file-formats.html @@ -388,6 +388,16 @@ just as awk does. For TSV, use --fs tab; to convert TSV to CSV, use --ifs tab --ofs comma, etc. (See also Reference.) +

The following are synonymous pairs: +

+

Miller’s --csv flag supports RFC-4180 CSV ( https://tools.ietf.org/html/rfc4180). This includes CRLF line-terminators by default, regardless of platform.