shell脚本8--录制终端会话

Posted 学会思考

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell脚本8--录制终端会话相关的知识,希望对你有一定的参考价值。

准备:

script -t 2> timing.log -a output.session

type commands;

...

.

..

exit

 

回放:

scriptreplay timing.log output.session

 

以上是关于shell脚本8--录制终端会话的主要内容,如果未能解决你的问题,请参考以下文章

每天三分钟搞定linux shell脚本24 后台模式运行

在 shell 脚本中编写 ghci 会话

ubuntu 下执行shell脚本的问题

mac终端下运行shell脚本

Linux系统shell脚本之向指定终端发送消息

如何在Linux中使用Shell脚本终止用户会话?