标签: linux wc
我有以下疑问。 wc -m和wc -c总是给出相同的输出。我也尝试使用浮点数,但两个命令的输出相同。
cat test | wc -m 541 cat test | wc -c 541
答案 0 :(得分:4)
ASCII字符占用字节。但是UTF-8本地字符需要2个字节。
wc -m test
P.S。你可以create index my_idx on table_name(result, frst); 来保存猫。
create index my_idx on table_name(result, frst);