<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/cli</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Sep 2008 13:47:46 GMT</pubDate>
<item>
<title>(Bash) Urldecode - xenonite</title>
<link>http://snipplr.com/view/7975/urldecode/</link>
<description><![CDATA[ <p>Urldecode on the command line</p> ]]></description>
<pubDate>Fri, 22 Aug 2008 01:00:58 GMT</pubDate>
<guid>http://snipplr.com/view/7975/urldecode/</guid>
</item>
<item>
<title>(Bash) Install ClamAV from source on OS X - cczona</title>
<link>http://snipplr.com/view/7793/install-clamav-from-source-on-os-x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 10 Aug 2008 02:52:37 GMT</pubDate>
<guid>http://snipplr.com/view/7793/install-clamav-from-source-on-os-x/</guid>
</item>
<item>
<title>(Bash) Quick new tab from iTerm - zingo</title>
<link>http://snipplr.com/view/7451/quick-new-tab-from-iterm/</link>
<description><![CDATA[ <p>Place this in your ~/.bash_profile then type tab in your terminal window to see some magic happen.</p> ]]></description>
<pubDate>Tue, 22 Jul 2008 21:46:31 GMT</pubDate>
<guid>http://snipplr.com/view/7451/quick-new-tab-from-iterm/</guid>
</item>
<item>
<title>(Bash) Sort Directories by Size - zingo</title>
<link>http://snipplr.com/view/7450/sort-directories-by-size/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Jul 2008 21:19:52 GMT</pubDate>
<guid>http://snipplr.com/view/7450/sort-directories-by-size/</guid>
</item>
<item>
<title>(Bash) Words with many doubled letters - zingo</title>
<link>http://snipplr.com/view/7056/words-with-many-doubled-letters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Jul 2008 19:28:07 GMT</pubDate>
<guid>http://snipplr.com/view/7056/words-with-many-doubled-letters/</guid>
</item>
<item>
<title>(Bash) SVN rename all your CakePHP views from thtml to ctp - zingo</title>
<link>http://snipplr.com/view/6485/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/</link>
<description><![CDATA[ <p>Recursively SVN rename (move) all thtml-files to ctp-files .  Fires this up in CakePHPs /views path.</p> ]]></description>
<pubDate>Wed, 28 May 2008 16:34:24 GMT</pubDate>
<guid>http://snipplr.com/view/6485/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/</guid>
</item>
<item>
<title>(Bash) Dig, without the cruft - cczona</title>
<link>http://snipplr.com/view/6040/dig-without-the-cruft/</link>
<description><![CDATA[ <p>If you pass the +short option to dig, it will give you a really short and sweet answer - just the IP address.

    $ dig fosswire.com +short
    208.113.149.33</p> ]]></description>
<pubDate>Tue, 29 Apr 2008 04:03:42 GMT</pubDate>
<guid>http://snipplr.com/view/6040/dig-without-the-cruft/</guid>
</item>
<item>
<title>(Bash) Find all files and directories in project excluding .svn - koncept</title>
<link>http://snipplr.com/view/5894/find-all-files-and-directories-in-project-excluding-svn/</link>
<description><![CDATA[ <p>Simple but useful.</p> ]]></description>
<pubDate>Thu, 17 Apr 2008 06:45:46 GMT</pubDate>
<guid>http://snipplr.com/view/5894/find-all-files-and-directories-in-project-excluding-svn/</guid>
</item>
<item>
<title>(Bash) Emulating a Slow Internet Link for HTTP - zingo</title>
<link>http://snipplr.com/view/5552/emulating-a-slow-internet-link-for-http/</link>
<description><![CDATA[ <p>recover to normal speed with 
/sbin/ipfw delete 100
/sbin/ipfw delete 200
... or reboot</p> ]]></description>
<pubDate>Mon, 24 Mar 2008 22:51:35 GMT</pubDate>
<guid>http://snipplr.com/view/5552/emulating-a-slow-internet-link-for-http/</guid>
</item>
<item>
<title>(Bash) shopt (shell options) - cczona</title>
<link>http://snipplr.com/view/5393/shopt-shell-options/</link>
<description><![CDATA[ <p>//for options available, see:
http://www.ss64.com/bash/shopt.html</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 20:31:38 GMT</pubDate>
<guid>http://snipplr.com/view/5393/shopt-shell-options/</guid>
</item>
<item>
<title>(Bash) Get Infos on WLAN on OSX - zingo</title>
<link>http://snipplr.com/view/5050/get-infos-on-wlan-on-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Feb 2008 18:14:57 GMT</pubDate>
<guid>http://snipplr.com/view/5050/get-infos-on-wlan-on-osx/</guid>
</item>
<item>
<title>(Bash) Get Infos on Battery on OSX - zingo</title>
<link>http://snipplr.com/view/5049/get-infos-on-battery-on-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Feb 2008 18:11:53 GMT</pubDate>
<guid>http://snipplr.com/view/5049/get-infos-on-battery-on-osx/</guid>
</item>
<item>
<title>(Bash) Get Temperature on OSX - zingo</title>
<link>http://snipplr.com/view/4966/get-temperature-on-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Feb 2008 13:31:27 GMT</pubDate>
<guid>http://snipplr.com/view/4966/get-temperature-on-osx/</guid>
</item>
<item>
<title>(Bash) Find possible plist-Files for an given Application - zingo</title>
<link>http://snipplr.com/view/4368/find-possible-plistfiles-for-an-given-application/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 16 Dec 2007 02:30:43 GMT</pubDate>
<guid>http://snipplr.com/view/4368/find-possible-plistfiles-for-an-given-application/</guid>
</item>
<item>
<title>(Bash) List all application versions - zingo</title>
<link>http://snipplr.com/view/3467/list-all-application-versions/</link>
<description><![CDATA[ <p>List the current version and installation date of every application on a OS X system, using of Spotlight.</p> ]]></description>
<pubDate>Sun, 05 Aug 2007 20:14:51 GMT</pubDate>
<guid>http://snipplr.com/view/3467/list-all-application-versions/</guid>
</item>
<item>
<title>(Bash) See if the power is connected on MacBook - sudarkoff</title>
<link>http://snipplr.com/view/1938/see-if-the-power-is-connected-on-macbook/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Jan 2007 17:37:11 GMT</pubDate>
<guid>http://snipplr.com/view/1938/see-if-the-power-is-connected-on-macbook/</guid>
</item>
<item>
<title>(Bash) Bash - Abilitare il NAT - whitetiger</title>
<link>http://snipplr.com/view/1639/bash--abilitare-il-nat/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:52 GMT</pubDate>
<guid>http://snipplr.com/view/1639/bash--abilitare-il-nat/</guid>
</item>
<item>
<title>(Bash) Bash - DVD2Divx - whitetiger</title>
<link>http://snipplr.com/view/1637/bash--dvd2divx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:45 GMT</pubDate>
<guid>http://snipplr.com/view/1637/bash--dvd2divx/</guid>
</item>
<item>
<title>(Bash) Bash - mp32wav - whitetiger</title>
<link>http://snipplr.com/view/1638/bash--mp32wav/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:45 GMT</pubDate>
<guid>http://snipplr.com/view/1638/bash--mp32wav/</guid>
</item>
<item>
<title>(Bash) Linux - Cambiare Tema a gtk 1 e 2 - whitetiger</title>
<link>http://snipplr.com/view/1633/linux--cambiare-tema-a-gtk-1-e-2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:43 GMT</pubDate>
<guid>http://snipplr.com/view/1633/linux--cambiare-tema-a-gtk-1-e-2/</guid>
</item>
</channel>
</rss>