<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>date +%N - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/date-n/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 21 Oct 2011 08:43:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>shell中如何产生随机数（时间戳）</title>
		<link>https://www.coder4.com/archives/1323</link>
					<comments>https://www.coder4.com/archives/1323#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 05:01:36 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[date +%N]]></category>
		<category><![CDATA[date +%s]]></category>
		<category><![CDATA[date +%s%N]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[时间戳]]></category>
		<category><![CDATA[随机数]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1323</guid>

					<description><![CDATA[一个比较简单又丑陋的方法是使用时间戳。 例如秒数 date +%s 会产生如下输出 1294289727 如果想更精细，例如到纳秒： date +%s%N 这样就是秒+纳秒的输出 1294318333206155697[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1323/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
