在鱼中打印制表符

Tyi*_*ilo 4 fish

在 bash 中,我可以做echo -e "a\tb"echo a$'\t'b.

你如何在鱼中做到这一点?

Gil*_*il' 7

\t, 不带引号。其他控制字符(\n换行符等)也是如此。