块结尾 meaning in English
eob
Examples
- Object also preserves trailing bytes at the end of data blocks and uses the trailing bytes in the next decoding operation
对象还保留数据块结尾的尾部字节并将这些尾部字节用在下一次解码操作中。 - Object also preserves trailing characters at the end of data blocks and uses the trailing characters in the next encoding operation
对象还保留数据块结尾的尾部字符并将这些尾部字符用在下一次编码操作中。 - Trailing bytes at the end of the data block are stored in an internal buffer and used in the next decoding operation
,则位于数据块结尾的尾随字节将存储在内部缓冲区中,并在下一次解码操作中使用。对一个数据块调用 - Trailing characters at the end of the data block are stored in an internal buffer and used in the next encoding operation
,则位于数据块结尾的尾随字符将存储在内部缓冲区中,并在下一次编码操作中使用。对一个数据块调用 - Because the begin block is evaluated before awk starts processing the input file , it s an excellent place to initialize the fs field separator variable , print a heading , or initialize other global variables that you ll reference later in the program
Awk还有" do . while "循环,它在代码块结尾处对条件求值,而不象标准while循环那样在开始处求值。它类似于其它语言中的" repeat . until "循环。