Ever see "\ t" in text cause a Horizontal Tab movement?
见过“ \ t ”字符用在一般文本中使水平移动一个制表位的吗?
The -t option for both commands allows you to set the tab stops.
这两个命令的 -t 选项允许您设置选项卡停顿(stop)。
If the assertion is true, the comma may be replaced with a TAB (the \ t).
如果断言为真,则可以用制表符(\ t)替换逗号。
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键,你也可以用,这就是那些文件的形成方式。
应用推荐