<?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/terminal</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 06:38:12 GMT</pubDate>
<item>
<title>(Bash) Create a .tar.gz archive using Terminal OS X - chrisaiv</title>
<link>http://snipplr.com/view/7144/create-a-targz-archive-using-terminal-os-x/</link>
<description><![CDATA[ <p>This command will allow you to make a tar ball with gzip compression:
-c = Create
-v = Verbosely list files processed
-z = Filter the archive through gzip
-p = Preserve Permissions ( extract all protection information)
-f  = Use archive file or device F</p> ]]></description>
<pubDate>Sat, 05 Jul 2008 18:45:35 GMT</pubDate>
<guid>http://snipplr.com/view/7144/create-a-targz-archive-using-terminal-os-x/</guid>
</item>
<item>
<title>(Bash) Creating a Simple Alias in Terminal - chrisaiv</title>
<link>http://snipplr.com/view/6210/creating-a-simple-alias-in-terminal/</link>
<description><![CDATA[ <p>I use terminal for SFTP because I'm cheap and I don't want to purchase Transmit. SFTP works just fine but the problem is that I get tired of having to type [bash]$ sftp chrisaiv@blah.com:/directory/subdirectory/ so instead I've made an alias.  First things first, in terminal using Textmate, type [bash]$ mate ~/.bash_alias.  Next paste the code below.  After you save the file, type [bash]$ ~/.bash_profile and past the second line of code.  After you restart your terminal, you should only have to type the alias nickname and whala!</p> ]]></description>
<pubDate>Tue, 13 May 2008 14:37:46 GMT</pubDate>
<guid>http://snipplr.com/view/6210/creating-a-simple-alias-in-terminal/</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) Recursively unlock files in Mac OS X - wbowers</title>
<link>http://snipplr.com/view/5202/recursively-unlock-files-in-mac-os-x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Feb 2008 22:42:02 GMT</pubDate>
<guid>http://snipplr.com/view/5202/recursively-unlock-files-in-mac-os-x/</guid>
</item>
<item>
<title>(Bash) QuickLook from Terminal - jrphelps</title>
<link>http://snipplr.com/view/4106/quicklook-from-terminal/</link>
<description><![CDATA[ <p>qlmanage -p foo.png, the image immediately pops up in a Quick Look pane.

Even better, Quick Look supports slide shows. So if you cd into a folder of images and run qlmanage -p *.jpg, you'll be rewarded with a full-on presentation of your pictures.

Other qlmanage flags of interest include -h (displays a help message) -t (thumbnail generation) and -f (a zoom factor to display with).

The downside of qlmanage is that it's full of NSLog-style messages. Haber recommends you pipe the output into /dev/null as follows: qlmanage -p *.jpg >&amp; /dev/null.</p> ]]></description>
<pubDate>Fri, 09 Nov 2007 10:35:15 GMT</pubDate>
<guid>http://snipplr.com/view/4106/quicklook-from-terminal/</guid>
</item>
<item>
<title>(Bash) Determine the last time OS X's maintenance scripts ran - Roshambo</title>
<link>http://snipplr.com/view/2317/determine-the-last-time-os-xs-maintenance-scripts-ran/</link>
<description><![CDATA[ <p>Enter this at the commandline.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 10:49:00 GMT</pubDate>
<guid>http://snipplr.com/view/2317/determine-the-last-time-os-xs-maintenance-scripts-ran/</guid>
</item>
</channel>
</rss>