gpt4 book ai didi

linux - 在 shell Linux 中获取非 ASCII 字符

转载 作者:太空宇宙 更新时间:2023-11-04 13:02:42 28 4
gpt4 key购买 nike

我有一个返回非 ASCII 编码的 base64 结果的命令,如何在 shell 变量中获取结果。

有什么解决办法吗?

例子:

$ mycommand|base64 -d > f
# verify presence of character with hexdump command
$ hexdump -C f
00000000 06 05 03 01 |....|
00000004

最佳答案

我找到了解决方案:

$ a=`mycommand|base64 -d|hexdump -v -e '1/1 "%02X"'`
$ echo $a
06050301

关于linux - 在 shell Linux 中获取非 ASCII 字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33520488/

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