<?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/tags/Shell</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 24 Jul 2008 07:57:56 GMT</pubDate>
<item>
<title>(Bash) Remove Many File from Shell - breakerjump</title>
<link>http://snipplr.com/view/7447/remove-many-file-from-shell/</link>
<description><![CDATA[ <p>Beyond a certain number of files, the 'rm' command throws an 'Argument list too long" error. This is the solution. Use cautiously.</p> ]]></description>
<pubDate>Tue, 22 Jul 2008 18:57:43 GMT</pubDate>
<guid>http://snipplr.com/view/7447/remove-many-file-from-shell/</guid>
</item>
<item>
<title>(Bash) simple init.d script for django using fastcgi - stvnz</title>
<link>http://snipplr.com/view/7415/simple-initd-script-for-django-using-fastcgi/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Jul 2008 05:49:52 GMT</pubDate>
<guid>http://snipplr.com/view/7415/simple-initd-script-for-django-using-fastcgi/</guid>
</item>
<item>
<title>(PHP) Linux shell commands from php script - jdstraughan</title>
<link>http://snipplr.com/view/7188/linux-shell-commands-from-php-script/</link>
<description><![CDATA[ <p>The “2>&amp;1″ bit tells to pipe the standard error to the standard output. Otherwise the standard error may not be outputted by the system and you won’t have a way to troubleshoot your script.</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 15:35:16 GMT</pubDate>
<guid>http://snipplr.com/view/7188/linux-shell-commands-from-php-script/</guid>
</item>
<item>
<title>(Bash) My .screenrc - mbadran</title>
<link>http://snipplr.com/view/6733/my-screenrc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:24:02 GMT</pubDate>
<guid>http://snipplr.com/view/6733/my-screenrc/</guid>
</item>
<item>
<title>(Bash) My .vimrc - mbadran</title>
<link>http://snipplr.com/view/6732/my-vimrc/</link>
<description><![CDATA[ <p>Based on Bram Moolenaar's example .vimrc.</p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:22:19 GMT</pubDate>
<guid>http://snipplr.com/view/6732/my-vimrc/</guid>
</item>
<item>
<title>(Bash) My .bash_logout - mbadran</title>
<link>http://snipplr.com/view/6731/my-bashlogout/</link>
<description><![CDATA[ <p>Additions to Debian's default .bash_logout.</p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:14:21 GMT</pubDate>
<guid>http://snipplr.com/view/6731/my-bashlogout/</guid>
</item>
<item>
<title>(Bash) My .bash_login - mbadran</title>
<link>http://snipplr.com/view/6730/my-bashlogin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:07:10 GMT</pubDate>
<guid>http://snipplr.com/view/6730/my-bashlogin/</guid>
</item>
<item>
<title>(Bash) My .bash_aliases - mbadran</title>
<link>http://snipplr.com/view/6729/my-bashaliases/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:04:35 GMT</pubDate>
<guid>http://snipplr.com/view/6729/my-bashaliases/</guid>
</item>
<item>
<title>(Bash) My .bash_profile - mbadran</title>
<link>http://snipplr.com/view/6728/my-bashprofile/</link>
<description><![CDATA[ <p>Additions to Debian's default .bash_profile.</p> ]]></description>
<pubDate>Mon, 16 Jun 2008 02:00:32 GMT</pubDate>
<guid>http://snipplr.com/view/6728/my-bashprofile/</guid>
</item>
<item>
<title>(Bash) My .dir_colors - mbadran</title>
<link>http://snipplr.com/view/6727/my-dircolors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 16 Jun 2008 01:54:21 GMT</pubDate>
<guid>http://snipplr.com/view/6727/my-dircolors/</guid>
</item>
<item>
<title>(Bash) My .bashrc - mbadran</title>
<link>http://snipplr.com/view/6726/my-bashrc/</link>
<description><![CDATA[ <p>Additions to Debian's default .bashrc.</p> ]]></description>
<pubDate>Mon, 16 Jun 2008 01:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/6726/my-bashrc/</guid>
</item>
<item>
<title>(PHP) Command line args parser - maid450</title>
<link>http://snipplr.com/view/6677/command-line-args-parser/</link>
<description><![CDATA[ <p>seen in comments in http://es2.php.net/features.commandline</p> ]]></description>
<pubDate>Thu, 12 Jun 2008 17:35:52 GMT</pubDate>
<guid>http://snipplr.com/view/6677/command-line-args-parser/</guid>
</item>
<item>
<title>(Other) Shell script to make lists of certain file types in a web site file system - johnloy</title>
<link>http://snipplr.com/view/6575/shell-script-to-make-lists-of-certain-file-types-in-a-web-site-file-system/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 04 Jun 2008 13:06:43 GMT</pubDate>
<guid>http://snipplr.com/view/6575/shell-script-to-make-lists-of-certain-file-types-in-a-web-site-file-system/</guid>
</item>
<item>
<title>(Python) Run Shell Command - qrist0ph</title>
<link>http://snipplr.com/view/6203/run-shell-command/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 13 May 2008 06:12:28 GMT</pubDate>
<guid>http://snipplr.com/view/6203/run-shell-command/</guid>
</item>
<item>
<title>(Bash) Determine which number out of a list is being processed at the moment - wolfie</title>
<link>http://snipplr.com/view/6130/determine-which-number-out-of-a-list-is-being-processed-at-the-moment/</link>
<description><![CDATA[ <p>Useful if you have a shell script running lots of the same command and want to know how many of them have been done</p> ]]></description>
<pubDate>Tue, 06 May 2008 06:22:05 GMT</pubDate>
<guid>http://snipplr.com/view/6130/determine-which-number-out-of-a-list-is-being-processed-at-the-moment/</guid>
</item>
<item>
<title>(Other) Restart shell with ssh-agent - Mikker</title>
<link>http://snipplr.com/view/5998/restart-shell-with-sshagent/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 Apr 2008 09:05:49 GMT</pubDate>
<guid>http://snipplr.com/view/5998/restart-shell-with-sshagent/</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>(SQL) Check MySQL Queries - Leech</title>
<link>http://snipplr.com/view/5710/check-mysql-queries/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Apr 2008 22:41:02 GMT</pubDate>
<guid>http://snipplr.com/view/5710/check-mysql-queries/</guid>
</item>
<item>
<title>(Bash) Remove .SVN files from a directory structure - wfdev</title>
<link>http://snipplr.com/view/5658/remove-svn-files-from-a-directory-structure/</link>
<description><![CDATA[ <p>Quick command I use to remove .SVN folders from a tree structure copied from SVN working copy. Sometimes a bit easier than running an export.</p> ]]></description>
<pubDate>Wed, 02 Apr 2008 10:24:26 GMT</pubDate>
<guid>http://snipplr.com/view/5658/remove-svn-files-from-a-directory-structure/</guid>
</item>
<item>
<title>(Python) New Python App Shell - kangell</title>
<link>http://snipplr.com/view/5535/new-python-app-shell/</link>
<description><![CDATA[ <p>Use this to start of new python applications.</p> ]]></description>
<pubDate>Sat, 22 Mar 2008 21:47:47 GMT</pubDate>
<guid>http://snipplr.com/view/5535/new-python-app-shell/</guid>
</item>
</channel>
</rss>