我目前正在尝试编写一个使用期望登录到 SSH 的脚本。[user@host]~/directory$
当我使用 xterm 彩色终端时,每个提示都会登录到服务器。但是,如果我使用 expect 直接从 SSH 读取输出,我会看到以下内容<ESC>]0;user@host:~/directory[user@host]~/directory$
。使用export PS1="#-->"
将结果更改为<ESC>]0;user@host:~/directory#-->
.
我的问题是:序列<ESC>]0;
有什么作用?它属于哪一类终端?VT52 和 VT100 都找不到。