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--录制终端会话的主要内容,如果未能解决你的问题,请参考以下文章