<?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[.log 文件太大，如何查看最后几行？]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 26 Jan 2010 09:01:02 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	一个日记文件很大&nbsp;&nbsp;很难打开我想通过命令把最后几行输入到一新文本知道怎么做吗？ <br/><br/>&nbsp;&nbsp;tail&nbsp;&nbsp; -n&nbsp;&nbsp; 10&nbsp;&nbsp; filename&nbsp;&nbsp;<br/>&nbsp;&nbsp;查看filename的最后10行&nbsp;&nbsp;<br/>&nbsp;&nbsp;后面再加文件名，可将最后10行导出到新文件<br/><br/>tail&nbsp;&nbsp; -n&nbsp;&nbsp; filename&nbsp;&nbsp; &gt;&nbsp;&nbsp; newfile&nbsp;&nbsp;<br/>&nbsp;&nbsp;其中&nbsp;&nbsp; -n&nbsp;&nbsp; 的&nbsp;&nbsp; n&nbsp;&nbsp; 为文件最后的几行，&nbsp;&nbsp;<br/>&nbsp;&nbsp;结果重新定向到一个新文件newfile去。<br/><br/>tail&nbsp;&nbsp; -f&nbsp;&nbsp; 可以保持显示新加入到log中的数据<br/><br/>tail&nbsp;&nbsp; filenmae&nbsp;&nbsp; -n&nbsp;&nbsp; num
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] .log 文件太大，如何查看最后几行？]]></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>