]> granicus.if.org Git - jq/commitdiff
docs: expand @tsv section - add escape sequences. 751/head
authorAssaf Gordon <assafgordon@gmail.com>
Thu, 16 Apr 2015 03:24:24 +0000 (23:24 -0400)
committerAssaf Gordon <assafgordon@gmail.com>
Thu, 16 Apr 2015 03:24:24 +0000 (23:24 -0400)
docs/content/3.manual/manual.yml

index 931aeb98f4e774e808648714f153e8c3759c68bb..f9fdc03451167e83e1ba28ce19acbc7de3fbb5b9 100644 (file)
@@ -1562,7 +1562,12 @@ sections:
           * `@tsv`:
 
             The input must be an array, and it is rendered as TSV
-            with tabs escaped as `\t`.
+            (tab-separated values). Each input array will be printed as
+            a single line. Fields are separated by a single
+            tab (ascii `0x09`). Input characters line-feed (ascii `0x0a`),
+            carriage-return (ascii `0x0d`), tab (ascii `0x09`) and
+            backslash (ascii `0x5c`) will be output as escape sequences
+            `\n`, `\r`, `\t`, `\\` respectively.
 
           * `@sh`: