是否可以以文本模式将一个 Linux 终端嵌入到另一个 Linux 终端中
我之前在 opensuse 上的一个名为 Yast 的实用程序中看到过这个,
我需要的是创建一个显示一些文本的 bash 脚本 并运行 command2
(例如: cd php-src; ./configure ;make; make install )
我希望 command2 的输出在它运行于以下区域时显示: 图形模式下的主要bash脚本
,QT库支持嵌入终端
我正在寻找这样的文本模式解决方案
谢谢
i seen this before in a utility called Yast on a opensuse
what i need is to create a bash script that displays some text
and run command2
(for example: cd php-src; ./configure ;make; make install )
i want the output of command2 to be displayed as it runs in a region of
the main bash script
in graphic mode, QT library support embeding a terminal
i am looking for such a solution for text mode
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,GNU Screen 可以进行平铺:
http://news.softpedia.com/news/GNU-Screen-Tutorial -44274.shtml
Well, GNU Screen can do tiling:
http://news.softpedia.com/news/GNU-Screen-Tutorial-44274.shtml
Yast 不仅仅是一个 shell 脚本。它使用 ncurses 在终端中绘制内容。
我认为只用 bash 平铺你的终端是很困难的。
Yast isn't just a shell script. It uses ncurses for drawing stuff in the terminal.
Tiling your terminal with only bash is hard I think.