gpt4 book ai didi

shell - shell 中奇怪的厕所行为

转载 作者:行者123 更新时间:2023-12-04 06:19:22 26 4
gpt4 key购买 nike

这是 MAC 中的 shell,
为什么字数 (wc) 显示错误的字符数?

sh-3.2# /Users/orly/Desktop/random.password.py 1
5
sh-3.2# /Users/orly/Desktop/random.password.py 1 | wc -m
2
sh-3.2#

最佳答案

您的文件中可能有换行符。这将解释字符数为 2。

附录:试试这个:

hexdump -C

在"file"上。

附录 2:

更详细地:
$ echo "dog" | wc -m
4
$ echo "dog" | hexdump -C
00000000 64 6f 67 0a |dog.|
00000004

有道理?

关于shell - shell 中奇怪的厕所行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6798407/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com