<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>排序 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/%e6%8e%92%e5%ba%8f/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Mon, 12 Jul 2021 10:25:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>使用sort把IP地址排序</title>
		<link>https://moneyslow.com/%e4%bd%bf%e7%94%a8sort%e6%8a%8aip%e5%9c%b0%e5%9d%80%e6%8e%92%e5%ba%8f.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Thu, 04 Jul 2019 03:53:39 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[ip地址]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[互联网赚钱]]></category>
		<category><![CDATA[排序]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=8850</guid>

					<description><![CDATA[[root@localhost shell]# cat ip.txt 192.168.2.3 10.4.1.3 172.3.4.5 10.64.31.3 7.3.4.6 123.23.58.29 192.16.17.13 11.23.93.153 10.14.1.3 [root@localhost shell]# sort -t "." -k1n,1 -k2n,2 -k3n,3 -k4n,4 ip.txt 7.3.4.6 10.4.1.3 10.14.1.3 10.64.31.3 11.23.93.153 123.23.58.29 172.3.4.5 192.16.17.13 192.168.2.3 --------------------- 作者：ivnetware 来源：CSDN 原文：https://blog.csdn.net/ivnetware/article/details/54564101 版权声明：本文为博主原创文章，转载请附上博文链接！]]></description>
		
		
		
			</item>
	</channel>
</rss>
