<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[去掉文件的空行，用什么命令？]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 09 Nov 2009 02:55:24 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	有些文件里敲了很多回车，留下很多空行，想办法把空行去掉，该怎么去？<br/><br/><div class="code"><br/><br/>sed -e &#039;/^$/d&#039; filename<br/><br/>grep -v ^$ a.txt<br/><br/>sed &#039;/^$/d&#039; yourfile<br/></div><br/><br/><br/>071952V2X5*<br/>9BZ0C1115C*<br/>5172C99Z22*<br/>XB058VZX94*<br/><br/><br/><br/>insert into Tbl_Exchange (FCode,FMemo) values('E305RE636*',1);<br/><br/>行头：<br/>:%s/^/insert into Tbl_Exchange (FCode,FMemo) values('/g<br/><br/>行尾：<br/>:%s/$/',1);/g
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 去掉文件的空行，用什么命令？]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>