2. The default field delimiter is the TABcharacter.
默认的字段分隔符是制表符。
来自互联网
3. The prefix must not contain a TABcharacter.
前缀不能包含任何制表符。
来自互联网
4. The character which when preceded by an escape character represents the tabcharacter.
前跟转义字符用于表示制表符的字符。
来自互联网
5. You saw an example of command substitution in Listing 9 when we created a captive TABcharacter.
我们曾经在清单9中创建了一个强制制表符,您可以从中看到命令替换的例子。
来自互联网
6. Root cause was the old code that deployed past weekend could not handle TABcharacter correctly.
基本缘由是旧地代码,摆设啦曩昔周末不克不及处置统计表性格准确。
来自互联网
7. The TABcharacter is the default delimiter, but you can change it to anything else with the -d option.
制表符字符是默认的分隔符,但是我们可以使用- d选项将其修改成任何其他值。
来自互联网
8. We then substitute all of the line up to the newline with the last six characters before the newline plus a TABcharacter.
随后使用换行符前面的最后6个字符再加上制表符来替换换行符前面的所有行内容。
来自互联网
9. The combined length of message plus prefix can be at most 254 characters. The prefix must not contain a TABcharacter.
发送消息的长度(包括前缀)最长是254个字符。前缀不能包含任何制表符。
来自互联网
10. Otherwise, no completion was possible, so it falls back to acting like a normal TAB key, by returning a literal TABcharacter.
否则其他补全将不可行,因此它通过返回一个制表符来充当正常的tab键。
来自互联网
11. The -e flag to the echo command tells it to expand C-style escaped characters; in this case, it's going to turn \ t into a TAB character for you.
echo命令的- e标志用来告诉该命令扩展c风格的转义字符,在本示例中,它会把\t转换为制表符。
来自互联网
12. The bash shell uses the tab key for command completion, so it can be handy to have a captive tabcharacter that you can use when you want a real tab.
13. A TABcharacter, on the other hand, can be interpreted different ways — as two, four, six, or even eight Spaces, depending on the platform or tool being used.
14. This is bad because it requires everybody who views this file to redefine their tabcharacter or the code does not appear the way you intended it to look.
因为其他人要查看此文件的话就要重新定义制表字符或代码才能符合你的方式,这并不好。
来自互联网
15. In Listing 9 we create a captive TAB character using command substitution and then create a very small shell script containing two cat commands, which each read from a here-document.
16. Normally the IFS variable would have the value of a space, a tab, and a newline -- any of those characters would be treated like a space character.
通常IFS变量应该有一个空格、一个制表符和一个新行的值 --这些字符都会被作为一个空格字符来处理。
来自互联网
17. When in cursor-positioning mode, the user can tab to, or position the cursor on, any character in the input field.
当您处于游标定位模式时,用户可以切换,或者定位游标到输入区域的任何一个字符之上。
来自互联网
18. 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.