其中一些选项控制它输出非打印字符的方式,例如制表符和控制字符。
Some of them control the way it outputs nonprinting characters, such as tabs and control characters.
下面的例子展示了对alter模式下的一个名为“ tab ”的复制表执行oncheck - pt时的部分输出。
The following example shows an excerpt of the oncheck -pt output for a replicated table named "TAB" in alter mode.
清单16使用cut来分隔text2中的两个列,然后使用空格作为输出分隔符,这是一种将每行中的制表符替换为空格的好方法。
Listing 16 USES cut to separate the two columns of text2 and then USES a space as an output delimiter, which is an exotic way of converting the TAB in each line to a space.
A TSV file, tab-separated values uses the same thing but a tab character, if you wanna output an actual tab character, the result of hitting the tab key, \t you do use backslash T. That's so those kinds of files are made.
而TSV文件,“制表符分隔“文件,顾名思义,就是用制表符来分隔每一列,如果你想输出一个真正的制表符,点击tab键,你也可以用,这就是那些文件的形成方式。
应用推荐