<?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: 删除文件中的 ^M 字符</title>
	<atom:link href="http://linuxtoy.org/archives/delete_m.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/delete_m.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Thu, 08 Jan 2009 12:21:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Think in Read &#187; links for 2006-10-31</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-1367</link>
		<dc:creator>Think in Read &#187; links for 2006-10-31</dc:creator>
		<pubDate>Tue, 31 Oct 2006 01:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-1367</guid>
		<description>[...] LinuxTOY » 删除文件中的 ^M 字符 (tags: linux) [...]</description>
		<content:encoded><![CDATA[<p>[...] LinuxTOY » 删除文件中的 ^M 字符 (tags: linux) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryun</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-1357</link>
		<dc:creator>Ryun</dc:creator>
		<pubDate>Mon, 30 Oct 2006 18:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-1357</guid>
		<description>i often use this line to strip character ^M

%s/\r//g</description>
		<content:encoded><![CDATA[<p>i often use this line to strip character ^M</p>
<p>%s/\r//g</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toy</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-1347</link>
		<dc:creator>Toy</dc:creator>
		<pubDate>Mon, 30 Oct 2006 12:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-1347</guid>
		<description>@Livid：又是一种好方法。谢谢。

PS.呵呵，达到了抛砖引玉的效果。</description>
		<content:encoded><![CDATA[<p>@Livid：又是一种好方法。谢谢。</p>
<p>PS.呵呵，达到了抛砖引玉的效果。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Livid</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-1346</link>
		<dc:creator>Livid</dc:creator>
		<pubDate>Mon, 30 Oct 2006 10:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-1346</guid>
		<description>For bunk operations, you can:

1, apt-get install flip
2, dos to unix: flip -u
3, usage: man flip

Flip is so useful.</description>
		<content:encoded><![CDATA[<p>For bunk operations, you can:</p>
<p>1, apt-get install flip<br />
2, dos to unix: flip -u<br />
3, usage: man flip</p>
<p>Flip is so useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toy</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-1345</link>
		<dc:creator>Toy</dc:creator>
		<pubDate>Mon, 30 Oct 2006 10:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-1345</guid>
		<description>@zeal, nomas：谢谢补充新的方法。</description>
		<content:encoded><![CDATA[<p>@zeal, nomas：谢谢补充新的方法。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nomas</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-1335</link>
		<dc:creator>nomas</dc:creator>
		<pubDate>Mon, 30 Oct 2006 03:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-1335</guid>
		<description>批量的话貌似可以这样：

find /path -name "*.后缀" &#124; xargs dos2unix</description>
		<content:encoded><![CDATA[<p>批量的话貌似可以这样：</p>
<p>find /path -name &#8220;*.后缀&#8221; | xargs dos2unix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeal</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-1330</link>
		<dc:creator>zeal</dc:creator>
		<pubDate>Sun, 29 Oct 2006 18:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-1330</guid>
		<description>ubuntu中有个pakcage叫做tofrodos，安装以后，里面有两个程序 --- dos2unix, unix2dos，dos2unix应该可以用来完成这篇文章里描述的转换。这两条命令（也有叫做fromdos, todos)应该在绝大部分unix,linux系统下都可以找到。</description>
		<content:encoded><![CDATA[<p>ubuntu中有个pakcage叫做tofrodos，安装以后，里面有两个程序 &#8212; dos2unix, unix2dos，dos2unix应该可以用来完成这篇文章里描述的转换。这两条命令（也有叫做fromdos, todos)应该在绝大部分unix,linux系统下都可以找到。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romeo</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-1324</link>
		<dc:creator>Romeo</dc:creator>
		<pubDate>Sun, 29 Oct 2006 14:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-1324</guid>
		<description>Thanks for your tip, very useful.</description>
		<content:encoded><![CDATA[<p>Thanks for your tip, very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
