<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 使用 script 录制终端会话</title>
	<atom:link href="http://linuxtoy.org/archives/record-terminal-session-with-script.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Fri, 25 May 2012 02:33:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: xiaohu417</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-118955</link>
		<dc:creator>xiaohu417</dc:creator>
		<pubDate>Sun, 12 Jul 2009 21:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-118955</guid>
		<description>&lt;p&gt;推荐一个 script 的图形播放器 ttyplayer，可以在 http://www.ttyutils.org 网站下载&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>推荐一个 script 的图形播放器 ttyplayer，可以在 <a href="http://www.ttyutils.org" rel="nofollow">http://www.ttyutils.org</a> 网站下载</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xiaohu417</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-118954</link>
		<dc:creator>xiaohu417</dc:creator>
		<pubDate>Sun, 12 Jul 2009 21:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-118954</guid>
		<description>&lt;p&gt;script 录制的数据文件和时间戳文件是独立的两个文件，这在实际生产中使用并不方便，有另外一个工具叫做 ttyutils，也可以完成 script 的功能，但是录制的文件只有一个，并且是加密和压缩的。ttyutils 的站点为 http://www.ttyutils.org&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>script 录制的数据文件和时间戳文件是独立的两个文件，这在实际生产中使用并不方便，有另外一个工具叫做 ttyutils，也可以完成 script 的功能，但是录制的文件只有一个，并且是加密和压缩的。ttyutils 的站点为 <a href="http://www.ttyutils.org" rel="nofollow">http://www.ttyutils.org</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nothing to do But Ubuntu » Blog Archive » 使用 script 录制终端会话</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-56597</link>
		<dc:creator>Nothing to do But Ubuntu » Blog Archive » 使用 script 录制终端会话</dc:creator>
		<pubDate>Tue, 13 Nov 2007 14:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-56597</guid>
		<description>&lt;p&gt;[...] source：http://linuxtoy.org/archives/
record-terminal-session-with-script.html [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] source：http://linuxtoy.org/archives/
record-terminal-session-with-script.html [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mysurface</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28668</link>
		<dc:creator>mysurface</dc:creator>
		<pubDate>Fri, 11 May 2007 11:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28668</guid>
		<description>&lt;p&gt;It works to record on ncurses application too. Cool!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It works to record on ncurses application too. Cool!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: lewbing</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28518</link>
		<dc:creator>lewbing</dc:creator>
		<pubDate>Thu, 10 May 2007 05:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28518</guid>
		<description>&lt;p&gt;scriptreplay是一个perl文件。直接从官方下载它的包 ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-2.12r.tar.bz2，将其解压缩后，find . -name \&#039;scriptreplay.pl\&#039;就可以找到了，将它放到系统目录即可直接运行了，前提是你安装了perl，我想一般的linux中都有perl这个软件包。
我用的是Archlinux系统，它装了util-linux，有script命令，但是没有scriptreplay命令。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>scriptreplay是一个perl文件。直接从官方下载它的包 <a href="ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-2.12r.tar.bz2，将其解压缩后，find" rel="nofollow">ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-2.12r.tar.bz2，将其解压缩后，find</a> . -name \'scriptreplay.pl\'就可以找到了，将它放到系统目录即可直接运行了，前提是你安装了perl，我想一般的linux中都有perl这个软件包。
我用的是Archlinux系统，它装了util-linux，有script命令，但是没有scriptreplay命令。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: huang</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28454</link>
		<dc:creator>huang</dc:creator>
		<pubDate>Wed, 09 May 2007 10:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28454</guid>
		<description>&lt;p&gt;嗯，播放是不依赖于系统命令的，只要是一个支持ANSI控制码的终端就能再现；
要求播放终端的大小和录制终端的大小一致，否则可能会出现显示偏差；
显示的内容完全存放在demo.session中，辅以demo.timing中的时刻和控制操作来在屏幕显示；
甚至可以录制vim的编辑过程，在没有（或者配置不同的）vim的机器上也能完美再现编辑操作的过程；
多好的命令啊。。。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>嗯，播放是不依赖于系统命令的，只要是一个支持ANSI控制码的终端就能再现；
要求播放终端的大小和录制终端的大小一致，否则可能会出现显示偏差；
显示的内容完全存放在demo.session中，辅以demo.timing中的时刻和控制操作来在屏幕显示；
甚至可以录制vim的编辑过程，在没有（或者配置不同的）vim的机器上也能完美再现编辑操作的过程；
多好的命令啊。。。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: LiangXu Wang</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28446</link>
		<dc:creator>LiangXu Wang</dc:creator>
		<pubDate>Wed, 09 May 2007 07:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28446</guid>
		<description>&lt;p&gt;&lt;strong&gt;使用script录制终端会话...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;转自linuxtoy
英文出处在这儿
ubuntu feisty默认是安装的。
script 真是一个神奇的小家伙，别看它小不起眼，可是却足够的好玩。script 能够将终端的会话过程录制下来，然后使用 scriptreplay 就可以.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>使用script录制终端会话...</strong></p>

<p>转自linuxtoy
英文出处在这儿
ubuntu feisty默认是安装的。
script 真是一个神奇的小家伙，别看它小不起眼，可是却足够的好玩。script 能够将终端的会话过程录制下来，然后使用 scriptreplay 就可以.....</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 左倾45度</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28445</link>
		<dc:creator>左倾45度</dc:creator>
		<pubDate>Wed, 09 May 2007 07:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28445</guid>
		<description>&lt;p&gt;不错不错,以后就不用复制粘帖了呵呵&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>不错不错,以后就不用复制粘帖了呵呵</p>]]></content:encoded>
	</item>
	<item>
		<title>By: iveney</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28440</link>
		<dc:creator>iveney</dc:creator>
		<pubDate>Wed, 09 May 2007 07:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28440</guid>
		<description>&lt;p&gt;太好玩了~~~&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>太好玩了~~~</p>]]></content:encoded>
	</item>
	<item>
		<title>By: weipipi</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28434</link>
		<dc:creator>weipipi</dc:creator>
		<pubDate>Wed, 09 May 2007 06:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28434</guid>
		<description>&lt;p&gt;我只能用script -t 2&gt;demo.timing -a demo.session，没有scriptreplay，难道要安装？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我只能用script -t 2&gt;demo.timing -a demo.session，没有scriptreplay，难道要安装？</p>]]></content:encoded>
	</item>
</channel>
</rss>

