Xshell彻底清屏 如果连接的是linux shell,用clear命令,不过这个并不是完全清除;彻底清除用printf \\033c可以写成快捷别名:alias cls='printf \033c’到配置文件中 Linux 2023-11-26 29 点赞 0 评论 43 浏览