<?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>Thu, 20 Jun 2013 08:57:49 GMT</pubDate>
<item>
<title>(Bash) install snippler - fishdaemon</title>
<link>http://snipplr.com/view/67592/install-snippler/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Oct 2012 02:19:56 GMT</pubDate>
<guid>http://snipplr.com/view/67592/install-snippler/</guid>
</item>
<item>
<title>(Bash) Sprockets JavaScript dependency management tool using clean RVM - symsec</title>
<link>http://snipplr.com/view/67206/sprockets-javascript-dependency-management-tool-using-clean-rvm/</link>
<description><![CDATA[ <p>Use this snippet in Linux shell to install RVM and set it up for use with Sprockets.</p> ]]></description>
<pubDate>Mon, 17 Sep 2012 05:49:55 GMT</pubDate>
<guid>http://snipplr.com/view/67206/sprockets-javascript-dependency-management-tool-using-clean-rvm/</guid>
</item>
<item>
<title>(Bash) Recursively remove .svn folders - docdarksidedevcom</title>
<link>http://snipplr.com/view/63610/recursively-remove-svn-folders/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Feb 2012 03:41:46 GMT</pubDate>
<guid>http://snipplr.com/view/63610/recursively-remove-svn-folders/</guid>
</item>
<item>
<title>(Bash) Shell wrapper for Dcotrine2 CLI - farstar78</title>
<link>http://snipplr.com/view/56584/shell-wrapper-for-dcotrine2-cli/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Jul 2011 04:49:54 GMT</pubDate>
<guid>http://snipplr.com/view/56584/shell-wrapper-for-dcotrine2-cli/</guid>
</item>
<item>
<title>(Bash) MySQL DUMP with timestamped file name - timberjorge</title>
<link>http://snipplr.com/view/52398/mysql-dump-with-timestamped-file-name/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 21 Apr 2011 04:12:55 GMT</pubDate>
<guid>http://snipplr.com/view/52398/mysql-dump-with-timestamped-file-name/</guid>
</item>
<item>
<title>(Bash) wlassist 1.3 - mladoux</title>
<link>http://snipplr.com/view/40844/wlassist-13/</link>
<description><![CDATA[ <p>A simple command line wireless network manager written in Bash for Linux that I wrote a while ago. This is one of those scripts that I've used forever because it simply just works. Requires Linux wireless utilities, Bash, WPA Utilities, and a some minor system specific configurations. The default settings should work well on *MOST* systems, however, on some systems you will need to change the wireless driver used.</p> ]]></description>
<pubDate>Tue, 21 Sep 2010 18:37:47 GMT</pubDate>
<guid>http://snipplr.com/view/40844/wlassist-13/</guid>
</item>
<item>
<title>(Bash) Add a user to a group - smoover</title>
<link>http://snipplr.com/view/39848/add-a-user-to-a-group/</link>
<description><![CDATA[ <p>Add user foo to group bar</p> ]]></description>
<pubDate>Thu, 02 Sep 2010 04:55:50 GMT</pubDate>
<guid>http://snipplr.com/view/39848/add-a-user-to-a-group/</guid>
</item>
<item>
<title>(Bash) Creating an OGG Theora screencast with VLC on Ubuntu - mongolito404</title>
<link>http://snipplr.com/view/26837/creating-an-ogg-theora-screencast-with-vlc-on-ubuntu/</link>
<description><![CDATA[ <p>It is easy to create a screencast using VLC 1.0.2 on Ubuntu 9.10.

I use dual screens with Xinerama. Setting --screen-width and --screen-height to its resolution allows to only record the first screen.

See http://wiki.videolan.org/Documentation:Modules/screen and http://wiki.videolan.org/Documentation:Streaming_HowTo/Advanced_Streaming_Using_the_Command_Line for more documentation.</p> ]]></description>
<pubDate>Fri, 22 Jan 2010 03:26:52 GMT</pubDate>
<guid>http://snipplr.com/view/26837/creating-an-ogg-theora-screencast-with-vlc-on-ubuntu/</guid>
</item>
<item>
<title>(Bash) Snippet for filtering files and then searching in this files in a console - rockiger</title>
<link>http://snipplr.com/view/23836/snippet-for-filtering-files-and-then-searching-in-this-files-in-a-console/</link>
<description><![CDATA[ <p>Searches all html files under the current directory for searchterm.</p> ]]></description>
<pubDate>Fri, 27 Nov 2009 11:11:05 GMT</pubDate>
<guid>http://snipplr.com/view/23836/snippet-for-filtering-files-and-then-searching-in-this-files-in-a-console/</guid>
</item>
<item>
<title>(Bash) Bash color codes - Snow Leopard compatible - AzizLight</title>
<link>http://snipplr.com/view/20116/bash-color-codes--snow-leopard-compatible/</link>
<description><![CDATA[ <p>In Snow Leopard, bash treats colors differently. All the color codes that are escaped with \e won't be recognized. The new escape sequence is \033.

The list below works perfectly in Snow Leopard</p> ]]></description>
<pubDate>Wed, 23 Sep 2009 14:26:49 GMT</pubDate>
<guid>http://snipplr.com/view/20116/bash-color-codes--snow-leopard-compatible/</guid>
</item>
<item>
<title>(Bash) Create basic CodeIgniter project - AzizLight</title>
<link>http://snipplr.com/view/19634/create-basic-codeigniter-project/</link>
<description><![CDATA[ <p>/!\Notice: Change the ci_dir to wherever your ci folder is on line 3. /!\

Usage: ci [name of project]

Gives the project a name based on the current date if the user didn't provide one. Option to move the app directory outside of the system directory.

Edit [Sept 19, 2009]: I updated the script so that it also gives the option to create a public folder in the application root - that is in the same folder as the system folder. The script also create a css and a js folder in the public folder.</p> ]]></description>
<pubDate>Sat, 12 Sep 2009 16:41:46 GMT</pubDate>
<guid>http://snipplr.com/view/19634/create-basic-codeigniter-project/</guid>
</item>
<item>
<title>(Bash) Remame files to lowercase in Linux - smoover</title>
<link>http://snipplr.com/view/16789/remame-files-to-lowercase-in-linux/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Jul 2009 03:32:24 GMT</pubDate>
<guid>http://snipplr.com/view/16789/remame-files-to-lowercase-in-linux/</guid>
</item>
<item>
<title>(Bash) OSX - enable disable spotlight indexing - stiobhart</title>
<link>http://snipplr.com/view/16424/osx--enable-disable-spotlight-indexing/</link>
<description><![CDATA[ <p>how to enable or disable spotlight disc indexing from the terminal. all the following work on root "/".  to specify another volume, put its path at end of the command</p> ]]></description>
<pubDate>Mon, 29 Jun 2009 03:48:22 GMT</pubDate>
<guid>http://snipplr.com/view/16424/osx--enable-disable-spotlight-indexing/</guid>
</item>
<item>
<title>(Bash) remove files recursively in Linux - smoover</title>
<link>http://snipplr.com/view/14759/remove-files-recursively-in-linux/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 May 2009 06:09:05 GMT</pubDate>
<guid>http://snipplr.com/view/14759/remove-files-recursively-in-linux/</guid>
</item>
<item>
<title>(Bash) Dig for domain information - torkil</title>
<link>http://snipplr.com/view/9352/dig-for-domain-information/</link>
<description><![CDATA[ <p>Query a nameserver to easily find out all there is to know about a domain name; Nameservers, MX-servers, cnames, subdomains etc.</p> ]]></description>
<pubDate>Wed, 29 Oct 2008 05:46:47 GMT</pubDate>
<guid>http://snipplr.com/view/9352/dig-for-domain-information/</guid>
</item>
<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>
</channel>
</rss>