<?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"
	>
<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>
	<pubDate>Thu, 08 Jan 2009 00:45:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<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>[...] source：http://linuxtoy.org/archives/
record-terminal-session-with-script.html [...]</description>
		<content:encoded><![CDATA[<p>[...] source：http://linuxtoy.org/archives/<br />
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>It works to record on ncurses application too. Cool!</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>scriptreplay是一个perl文件。直接从官方下载它的包 ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-2.12r.tar.bz2，将其解压缩后，find . -name \'scriptreplay.pl\'就可以找到了，将它放到系统目录即可直接运行了，前提是你安装了perl，我想一般的linux中都有perl这个软件包。
我用的是Archlinux系统，它装了util-linux，有script命令，但是没有scriptreplay命令。</description>
		<content:encoded><![CDATA[<p>scriptreplay是一个perl文件。直接从官方下载它的包 <a href="ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-2.12r.tar.bz2" rel="nofollow">ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-2.12r.tar.bz2</a>，将其解压缩后，find . -name \&#8217;scriptreplay.pl\&#8217;就可以找到了，将它放到系统目录即可直接运行了，前提是你安装了perl，我想一般的linux中都有perl这个软件包。<br />
我用的是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>嗯，播放是不依赖于系统命令的，只要是一个支持ANSI控制码的终端就能再现；
要求播放终端的大小和录制终端的大小一致，否则可能会出现显示偏差；
显示的内容完全存放在demo.session中，辅以demo.timing中的时刻和控制操作来在屏幕显示；
甚至可以录制vim的编辑过程，在没有（或者配置不同的）vim的机器上也能完美再现编辑操作的过程；
多好的命令啊。。。</description>
		<content:encoded><![CDATA[<p>嗯，播放是不依赖于系统命令的，只要是一个支持ANSI控制码的终端就能再现；<br />
要求播放终端的大小和录制终端的大小一致，否则可能会出现显示偏差；<br />
显示的内容完全存放在demo.session中，辅以demo.timing中的时刻和控制操作来在屏幕显示；<br />
甚至可以录制vim的编辑过程，在没有（或者配置不同的）vim的机器上也能完美再现编辑操作的过程；<br />
多好的命令啊。。。</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;strong&gt;使用script录制终端会话...&lt;/strong&gt;

转自linuxtoy
英文出处在这儿
ubuntu feisty默认是安装的。
script 真是一个神奇的小家伙，别看它小不起眼，可是却足够的好玩。script 能够将终端的会话过程录制下来，然后使用 scriptreplay 就可以.....</description>
		<content:encoded><![CDATA[<p><strong>使用script录制终端会话&#8230;</strong></p>
<p>转自linuxtoy<br />
英文出处在这儿<br />
ubuntu feisty默认是安装的。<br />
script 真是一个神奇的小家伙，别看它小不起眼，可是却足够的好玩。script 能够将终端的会话过程录制下来，然后使用 scriptreplay 就可以&#8230;..</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>不错不错,以后就不用复制粘帖了呵呵</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>太好玩了~~~</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>我只能用script -t 2&#62;demo.timing -a demo.session，没有scriptreplay，难道要安装？</description>
		<content:encoded><![CDATA[<p>我只能用script -t 2&gt;demo.timing -a demo.session，没有scriptreplay，难道要安装？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pig345</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28431</link>
		<dc:creator>pig345</dc:creator>
		<pubDate>Wed, 09 May 2007 05:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28431</guid>
		<description>好东西，估计这样的小玩意儿，linux各发行版的基础安装包里面有不少。
希望有了解的各位给多多介绍下哈。</description>
		<content:encoded><![CDATA[<p>好东西，估计这样的小玩意儿，linux各发行版的基础安装包里面有不少。<br />
希望有了解的各位给多多介绍下哈。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbbush</title>
		<link>http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28414</link>
		<dc:creator>bbbush</dc:creator>
		<pubDate>Wed, 09 May 2007 03:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/record-terminal-session-with-script.html#comment-28414</guid>
		<description>这个太有意思了</description>
		<content:encoded><![CDATA[<p>这个太有意思了</p>
]]></content:encoded>
	</item>
</channel>
</rss>
