<?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>subogero linux blog &#187; bash</title>
	<atom:link href="http://linux.subogero.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.subogero.com</link>
	<description>#!/bin/bash</description>
	<lastBuildDate>Thu, 01 Jan 2015 17:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mutt aka Bash Is Still King</title>
		<link>http://linux.subogero.com/1134/mutt-bash-is-still-king/</link>
		<comments>http://linux.subogero.com/1134/mutt-bash-is-still-king/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:56:45 +0000</pubDate>
		<dc:creator>subogero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[goobook]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://linux.subogero.com/?p=1134</guid>
		<description><![CDATA[I&#8217;ve had problems with sending emails from the command line before. On Windows. That&#8217;s how mapis was born. This time it&#8217;s the same story on Linux. I want to send an email from the command line with an attachment. The rather lovely Evolution does not support it.
In comes mutt, the even more lovely terminal based [...]]]></description>
		<wfw:commentRss>http://linux.subogero.com/1134/mutt-bash-is-still-king/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CyanogenMod 7 Update</title>
		<link>http://linux.subogero.com/1100/cyanogenmod-7-update/</link>
		<comments>http://linux.subogero.com/1100/cyanogenmod-7-update/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 06:46:44 +0000</pubDate>
		<dc:creator>subogero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cyanogenmod 7]]></category>
		<category><![CDATA[dropbear]]></category>
		<category><![CDATA[moto defy]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://linux.subogero.com/?p=1100</guid>
		<description><![CDATA[A few days after installation, I wanted to install ssh onto the phone. I turned out dropbear is installed by default, I just had to set up some keys.
Then, to my utter amazement, I found a bash directory in /etc. I typed bash, and suddenly there it was, the world&#8217;s favourite shell in all its [...]]]></description>
		<wfw:commentRss>http://linux.subogero.com/1100/cyanogenmod-7-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash &#8211; Check if Directory Writable</title>
		<link>http://linux.subogero.com/577/bash-check-if-directory-writable/</link>
		<comments>http://linux.subogero.com/577/bash-check-if-directory-writable/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 13:21:16 +0000</pubDate>
		<dc:creator>subogero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[writable]]></category>

		<guid isPermaLink="false">http://linux.subogero.com/?p=577</guid>
		<description><![CDATA[Back to the basics, a.k.a. the Bourne Again Shell.
How to check in a script whether a directory is writable? Many would suggest the
if [ -w $DIR ]; then echo Do semething; fi
way, but it just checks the writable flag, which may be set on something on a read-only-mounted device. It&#8217;s much better to effectively try [...]]]></description>
		<wfw:commentRss>http://linux.subogero.com/577/bash-check-if-directory-writable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bash Job Control</title>
		<link>http://linux.subogero.com/389/bash-job-control/</link>
		<comments>http://linux.subogero.com/389/bash-job-control/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 07:30:12 +0000</pubDate>
		<dc:creator>subogero</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[job control]]></category>

		<guid isPermaLink="false">http://linux.subogero.com/?p=389</guid>
		<description><![CDATA[Having already explored the  possibilities of starting parallel processes using the Gnome window-manager, as described on my go page, it was high time to immerse myself, being the keyboard-addicted geek that I am, into doing the same by using just a simple terminal.
But what&#8217;s the point? In my case, it was a commit process with [...]]]></description>
		<wfw:commentRss>http://linux.subogero.com/389/bash-job-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
