<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "如何清除文字檔在vi中看到的^M字元?"]]></title>
		<link>https://www.andowson.com/posts/list/6.page</link>
		<description><![CDATA[Latest messages posted in the topic "如何清除文字檔在vi中看到的^M字元?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>如何清除文字檔在vi中看到的^M字元?</title>
				<description><![CDATA[ 可以用下面這個指令來解決 
<br>
[code]tr -d \\r &lt; source &gt; target 
<br>
mv source source.old 
<br>
mv target source[/code] 
<br>
如果沒問題時再把source.old刪掉]]></description>
				<guid isPermaLink="true">https://www.andowson.com/posts/preList/137/220.page</guid>
				<link>https://www.andowson.com/posts/preList/137/220.page</link>
				<pubDate><![CDATA[Sat, 25 Aug 2007 22:26:10]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>