【发布时间】:2014-09-02 08:36:31
【问题描述】:
`-b BYTE-LIST'
`--bytes=BYTE-LIST'
Select for printing only the bytes in positions listed in
BYTE-LIST. Tabs and backspaces are treated like any other
character; they take up 1 byte. If an output delimiter is
specified, (see the description of `--output-delimiter'), then
output that string between ranges of selected bytes.
`-c CHARACTER-LIST'
`--characters=CHARACTER-LIST'
Select for printing only the characters in positions listed in
CHARACTER-LIST. The same as `-b' for now, but
internationalization will change that. Tabs and backspaces are
treated like any other character; they take up 1 character. If an
output delimiter is specified, (see the description of
`--output-delimiter'), then output that string between ranges of
selected bytes.
-c 的描述是这样的:目前与 `-b' 相同,但国际化会改变这一点。
我假设某些语言的国际化字符可能具有多字节字符,那是 -c 和 -b 的行为不同..正确吗?
【问题讨论】: