xterm 退出后在终端中保留 less 页面

发布于 2024-11-28 09:32:40 字数 132 浏览 2 评论 0原文

我经常使用 less 查看文件,并且想记住我刚刚在文件中看到的内容。但是,当我通过按 q 键退出 less 时,我的 xterm 窗口会删除显示文件的 less 页面,而只显示我的命令提示符。

当我退出时,如何在终端上保留较少的输出?

I often view files using less and want to remember what i have just seen in the file. However when I quit less by pressing the q key my xterm window removes the page of less showing the file and only shows my command prompt.

How do I keep the less output on my terminal when I quit?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

嗼ふ静 2024-12-05 09:32:40

less -X

使用下面描述的 less 手册页中的 -X 选项:

   -X or --no-init
          Disables  sending  the  termcap  initialization and deinitialization strings to the terminal.
          This is sometimes desirable if the deinitialization string does something  unnecessary,  like
          clearing the screen.

less -X

Use the -X option from the less man page described below:

   -X or --no-init
          Disables  sending  the  termcap  initialization and deinitialization strings to the terminal.
          This is sometimes desirable if the deinitialization string does something  unnecessary,  like
          clearing the screen.
南笙 2024-12-05 09:32:40

实际上,如果您使用 xterm (而不是其他程序),则选择是否使用菜单选项启用备用屏幕切换(或资源设置)可以轻松完成备用屏幕转义序列。 less 选项不适用于其他程序,例如 vi

在手册中,这是 titeInhibit,以 termcap 设置

  • ti(终端初始化)
  • te(终端结束)

命名,在常见问题解答中,这是 为什么运行 vi 时屏幕不清除?

Actually, if you are using xterm (rather than some other program), the choice of whether to honor alternate-screen escape sequences can be done readily using a menu selection Enable Alternate Screen Switching (or resource setting). The less option does not apply to other programs such as vi.

In the manual, this is the titeInhibit, named after the termcap settings

  • ti (terminal initialization)
  • te (terminal ending)

and in the FAQ, this is Why doesn't the screen clear when running vi?.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文