<?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>Tech Notes &#187; format</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/tag/format/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Sun, 03 Apr 2011 16:48:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>Format The Date Command In Bash</title>
		<link>http://www.ryannitz.org/tech-notes/2008/12/23/format-the-date-command-in-bash/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/12/23/format-the-date-command-in-bash/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 15:13:13 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[format]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=96</guid>
		<description><![CDATA[Formatting the date output in bash is simple: date + "%Y-%m-%d"; An example of assigning to a variable and using: now=`date + "%Y-%m-%d"`; cp /etc/hosts ~/hosts_${now}; For more information, see the manual.]]></description>
			<content:encoded><![CDATA[<p>Formatting the date output in bash is simple:</p>
<pre>date + "%Y-%m-%d";</pre>
<p>An example of assigning to a variable and using:</p>
<pre>now=`date + "%Y-%m-%d"`;
cp /etc/hosts ~/hosts_${now};</pre>
<p>For more information, see the <a href="http://www.ss64.com/bash/date.html" target="_blank">manual</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/12/23/format-the-date-command-in-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

