<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：实例详细说明linux下去除重复行命令uniq</title>
	<atom:link href="http://blog.51yip.com/shell/1022.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.51yip.com/shell/1022.html</link>
	<description>－－一步，二步，三步，N步，二行脚印</description>
	<lastBuildDate>Tue, 07 Jun 2022 01:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：momaer</title>
		<link>http://blog.51yip.com/shell/1022.html/comment-page-1#comment-17545</link>
		<dc:creator>momaer</dc:creator>
		<pubDate>Mon, 26 Dec 2016 02:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1022#comment-17545</guid>
		<description>uniq -u 表示只输出唯一的记录。而不是排重。

uniq -z 表示 使用字符  表示一行的结束，和C语言的string以表示结束一样。

博主涉猎挺多的，学习到不少东西 ，这篇文章 有以上两个错误/疏漏，请更正一下哈。谢谢。</description>
		<content:encoded><![CDATA[<p>uniq -u 表示只输出唯一的记录。而不是排重。</p>
<p>uniq -z 表示 使用字符  表示一行的结束，和C语言的string以表示结束一样。</p>
<p>博主涉猎挺多的，学习到不少东西 ，这篇文章 有以上两个错误/疏漏，请更正一下哈。谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：komiles</title>
		<link>http://blog.51yip.com/shell/1022.html/comment-page-1#comment-17418</link>
		<dc:creator>komiles</dc:creator>
		<pubDate>Fri, 08 Apr 2016 09:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=1022#comment-17418</guid>
		<description>谢谢</description>
		<content:encoded><![CDATA[<p>谢谢</p>
]]></content:encoded>
	</item>
</channel>
</rss>
