<?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://www.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>Fri, 10 Feb 2012 05:36:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: shepherdwind</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-199914</link>
		<dc:creator>shepherdwind</dc:creator>
		<pubDate>Thu, 14 Apr 2011 11:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-199914</guid>
		<description>&lt;p&gt;可是我经常遇到从谷歌svn下checkout到linux后，还是有^M，但是用vim看不到，搜索没有。%s/\r//g也没有用……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>可是我经常遇到从谷歌svn下checkout到linux后，还是有^M，但是用vim看不到，搜索没有。%s/\r//g也没有用……</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ghd214</title>
		<link>http://linuxtoy.org/archives/delete_m.html#comment-189769</link>
		<dc:creator>ghd214</dc:creator>
		<pubDate>Wed, 19 Jan 2011 03:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/delete_m.html#comment-189769</guid>
		<description>&lt;p&gt;%s/\r//g is useful.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>%s/\r//g is useful.....</p>]]></content:encoded>
	</item>
	<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>&lt;p&gt;[...] LinuxTOY » 删除文件中的 ^M 字符 (tags: linux) [...]&lt;/p&gt;
</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>&lt;p&gt;i often use this line to strip character ^M&lt;/p&gt;

&lt;p&gt;%s/\r//g&lt;/p&gt;
</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>&lt;p&gt;@Livid：又是一种好方法。谢谢。&lt;/p&gt;

&lt;p&gt;PS.呵呵，达到了抛砖引玉的效果。&lt;/p&gt;
</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>&lt;p&gt;For bunk operations, you can:&lt;/p&gt;

&lt;p&gt;1, apt-get install flip
2, dos to unix: flip -u
3, usage: man flip&lt;/p&gt;

&lt;p&gt;Flip is so useful.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For bunk operations, you can:</p>

<p>1, apt-get install flip
2, dos to unix: flip -u
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>&lt;p&gt;@zeal, nomas：谢谢补充新的方法。&lt;/p&gt;
</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>&lt;p&gt;批量的话貌似可以这样：&lt;/p&gt;

&lt;p&gt;find /path -name "*.后缀" &#124; xargs dos2unix&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>批量的话貌似可以这样：</p>

<p>find /path -name "*.后缀" | 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>&lt;p&gt;ubuntu中有个pakcage叫做tofrodos，安装以后，里面有两个程序 --- dos2unix, unix2dos，dos2unix应该可以用来完成这篇文章里描述的转换。这两条命令（也有叫做fromdos, todos)应该在绝大部分unix,linux系统下都可以找到。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ubuntu中有个pakcage叫做tofrodos，安装以后，里面有两个程序 --- 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>&lt;p&gt;Thanks for your tip, very useful.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for your tip, very useful.</p>]]></content:encoded>
	</item>
</channel>
</rss>

