<?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>Mecworks &#187; bash</title>
	<atom:link href="http://blog.mecworks.com/articles/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mecworks.com</link>
	<description>Technology, Linux, Photography, Science, Cycling, Outdoor Activities and other interests.</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:49:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Most popular Technology related posts</title>
		<link>http://blog.mecworks.com/articles/2010/05/05/most-popular-technology-related-posts/</link>
		<comments>http://blog.mecworks.com/articles/2010/05/05/most-popular-technology-related-posts/#comments</comments>
		<pubDate>Wed, 05 May 2010 16:45:34 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[ham radio]]></category>
		<category><![CDATA[internal reference]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://blog.mecworks.com/?p=392</guid>
		<description><![CDATA[<p>Looking over the stats for the last few years, it&#8217;s interesting to see what the most popular posts have been. Here&#8217;s the top 5: GMRS J-Pole Antenna Bash Scripting Tip: Running a script as root Bash Scripting Tip: processing filenames with spaces Bash scripting tip: Convert IP address to HEX 4×8 plywood sheet 1″ and [...]</p>
]]></description>
		<wfw:commentRss>http://blog.mecworks.com/articles/2010/05/05/most-popular-technology-related-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash scripting tip: Convert IP address to HEX</title>
		<link>http://blog.mecworks.com/articles/2007/07/05/bash-scripting-tip-convert-ip-address-to-hex/</link>
		<comments>http://blog.mecworks.com/articles/2007/07/05/bash-scripting-tip-convert-ip-address-to-hex/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 20:43:01 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://blog.mecworks.com/?p=242</guid>
		<description><![CDATA[<p>I was working on a project at work to make installation of SLES 10 servers easier in the lab that I work in. One of the features of SuSE products is to save the configuration of a machine into an XML config file that will be later used by AutoYast to clone the machine. This [...]</p>
]]></description>
		<wfw:commentRss>http://blog.mecworks.com/articles/2007/07/05/bash-scripting-tip-convert-ip-address-to-hex/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Bash Scripting Tip: Running a script as root</title>
		<link>http://blog.mecworks.com/articles/2006/02/23/bash-scripting-tip-running-a-script-as-root/</link>
		<comments>http://blog.mecworks.com/articles/2006/02/23/bash-scripting-tip-running-a-script-as-root/#comments</comments>
		<pubDate>Thu, 23 Feb 2006 19:12:17 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://blog.mecworks.com/?p=171</guid>
		<description><![CDATA[<p>When scripting admin type tools in bash, many times you need to run a script as root. A script sometimes requires mounting file systems, adding users, moving/editing/renaming files and some other things that the user executing the script may not have rights to do. In my case, I have written some bash scripts to help [...]</p>
]]></description>
		<wfw:commentRss>http://blog.mecworks.com/articles/2006/02/23/bash-scripting-tip-running-a-script-as-root/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Bash Scripting Tip: processing filenames with spaces</title>
		<link>http://blog.mecworks.com/articles/2005/09/23/bash-scripting-tip-processing-filenames-with-spaces/</link>
		<comments>http://blog.mecworks.com/articles/2005/09/23/bash-scripting-tip-processing-filenames-with-spaces/#comments</comments>
		<pubDate>Fri, 23 Sep 2005 17:06:45 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://blog.mecworks.com/?p=130</guid>
		<description><![CDATA[<p>I can&#8217;t take credit for this. Stuart Jansen of Guru Labs referenced Tensai&#8216;s brilliance (nice play on words Stuart. For thoes who don&#8217;t know, &#8216;tensai&#8217; in Japanese means smart or brilliant). Tensai is one of the members of PLUG and is also on irc.freenode.net&#8217;s #utah most of the time. Tensai in turn blames Hans Fugal [...]</p>
]]></description>
		<wfw:commentRss>http://blog.mecworks.com/articles/2005/09/23/bash-scripting-tip-processing-filenames-with-spaces/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

