我很难在bash中打印出“echo”这个特殊的字符:https://codepoints.net/U+010C?lang=en 你能帮帮我吗? 在线python中https://www.online-python.com/YFi9MhpOrj语言编译器它正在工作,但在bash中(在我的电脑上在线和离线)没有。 非常感谢。
我尝试了上面提到的在线python工具来打印出特殊的字符,它很有效。
我只想在bash中也一样 https://www.onlinegdb.com/online_bash_shell
使用-e标志可以解释转义字符。
echo -e 'https://codepoints.net/\u010C?lang=en'