我正在寻找以某种方式突出显示\xA0shell 输出中的不可破坏空间 ( ) 的可能性,以在调试会话期间将其与正常空间区分开来。例如,我想看到类似的输出$ echo -e "[\xC2\xA0]|[ ]":
\xA0
$ echo -e "[\xC2\xA0]|[ ]"
[_]|[ ]
颜色,下划线,甚至闪烁都可以。我什至可以从zsh任何可配置的 shell切换到它。至少有可能吗?
zsh
linux terminal zsh console
console ×1
linux ×1
terminal ×1
zsh ×1