tab character

[tæb ˈkærəktɚ][tæb ˈkæriktə]

[计] 标志字符

  • When in cursor-positioning mode the user can tab to or position the cursor on any character in the input field .

    当您处于游标定位模式时,用户可以 切换,或者定位游标到输入区域的任何一个 字符之上。

  • The default field delimiter is the tab character .

    默认的字段分隔符是 制表

  • The - e flag to the echo command tells it to expand C-style escaped characters ; in this case it 's going to turn into a tab character for you .

    echo命令的-e标志用来告诉该命令扩展C风格的转义字符,在本示例中,它会把转换为 制表

  • Otherwise no completion was possible so it falls back to acting like a normal TAB key by returning a literal tab character

    否则其他补全将不可行,因此它通过返回一个 制表 来充当正常的TAB键

  • Now you must specify the source file 's column delimiter type . You can choose comma tab semicolon or another character .

    现在,您必须指定源文件的列分隔符类型。您可以选择逗号、 制表 、分号或其它 字符

  • Remember that makefiles require you to make indented lines using the Tab character and not spaces .

    请记住:Makefile要求您使用 Tab 字符而不是空格来产生缩进行。

  • Specify comma tab semicolon or another character .

    指定逗号、 制表 、分号或其它 字符

  • The tab character is the default delimiter but you can change it to anything else with the-d option .

    制表 字符是默认的分隔符,但是我们可以使用-d选项将其修改成任何其他值。

  • We then substitute all of the line up to the newline with the last six characters before the newline plus a tab character .

    随后使用换行符前面的最后6个字符再加上 制表 来替换换行符前面的所有行内容。

  • The bash shell uses the tab key for command completion so it can be handy to have a captive tab character that you can use when you want a real tab .

    bashshell使用制表键表示命令结束,因此当我们需要一个真正的制表符时,使用一个专用 tab 字符将非常方便。

  • The prefix must not contain a tab character .

    前缀不能包含任何 制表

  • If the addsuffix shell variable is set along with automatic Tab completion it 's easier to distinguish folders because tcsh suffixes them with a / character when a match is found .

    如果同时设置addsuffixshell变量和自动 Tab补齐,那么在找到匹配时tcsh会在文件夹后面加上一个/ 字符,这样就更容易区分出文件夹。