<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Bob&apos;s Blog - ColdFusion Tidbits - bash</title>
			<link>http://www.silverwareconsulting.com/index.cfm</link>
			<description>Some stuff about ColdFusion and Transfer</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 05:17:42 -0400</pubDate>
			<lastBuildDate>Fri, 30 Oct 2009 09:36:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>bob.silverberg@gmail.com</managingEditor>
			<webMaster>bob.silverberg@gmail.com</webMaster>
			
			<item>
				<title>Mac Command Line Interface Tips - Creating Symbolic Links</title>
				<link>http://www.silverwareconsulting.com/index.cfm/2009/10/30/Mac-Command-Line-Interface-Tips--Creating-Symbolic-Links</link>
				<description>
				
				Although I&apos;m just starting to discover the power of the CLI, I have used it in the past for creating symbolic links, which come in handy in a number of scenarios.&lt;/p&gt;
&lt;h3&gt;What is a Symbolic Link?&lt;/h3&gt;
&lt;p&gt;A &lt;a href=&quot;http://en.wikipedia.org/wiki/Symbolic_link&quot; target=&quot;_blank&quot;&gt;symbolic link&lt;/a&gt;, or symlink as it&apos;s often called, is a special kind of file that points to and acts like another file or folder. You can think of it as kind of like a shortcut. Your Mac will treat it like a file or folder, and it therefore allows you to pretend to have the same file or folder in more than one location. When you look at a file listing in Finder, symlinks appear with a little curved arrow in the lower left-hand corner of the icon, and the &lt;em&gt;Kind&lt;/em&gt; column reports that the file is an &lt;a href=&quot;http://en.wikipedia.org/wiki/Alias_%28Mac_OS%29&quot; target=&quot;_blank&quot;&gt;Alias&lt;/a&gt;, but it actually isn&apos;t.  [More]
				</description>
				
				<category>OS X</category>				
				
				<category>bash</category>				
				
				<pubDate>Fri, 30 Oct 2009 09:36:00 -0400</pubDate>
				<guid>http://www.silverwareconsulting.com/index.cfm/2009/10/30/Mac-Command-Line-Interface-Tips--Creating-Symbolic-Links</guid>
				
			</item>
			
			<item>
				<title>OS X Command Line Interface Tips - Customizing the Bash Shell</title>
				<link>http://www.silverwareconsulting.com/index.cfm/2009/10/28/OS-X-Command-Line-Interface-Tips--Customizing-the-Bash-Shell</link>
				<description>
				
				I&apos;ve been working on a Mac for around four months now, and never really had much reason to open up Terminal and use the command line interface (CLI), other than for starting and stopping Tomcat. Now that I&apos;ve started trying to learn about Git, I&apos;m using the command line more and more, and finding out new stuff daily, so I&apos;m going to write the occasional post to share some of this info.&lt;/p&gt;
&lt;h3&gt;About Bash&lt;/h3&gt;
&lt;p&gt;The operating system that most of us run on Macs is called OS X, and it&apos;s based on Unix. The way that one interacts with Unix is via a command shell, and the default shell for OS X is called Bash. It allows us to interact with our operating system without going through the graphical user interface (GUI) that sits on top of the OS. According to &lt;a href=&quot;http://en.wikipedia.org/wiki/Bash&quot; target=&quot;_blank&quot;&gt;Wikipedia&lt;/a&gt; Bash stands for &lt;em&gt;Bourne-again shell&lt;/em&gt; as it is a successor to the &lt;a href=&quot;http://en.wikipedia.org/wiki/Bourne_shell&quot; target=&quot;_blank&quot;&gt;Bourne shell&lt;/a&gt;. So, when you open up Terminal, or &lt;a href=&quot;http://iterm.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;iTerm&lt;/a&gt; which is an enhanced Terminal alternative, you are interacting with the Bash shell.  [More]
				</description>
				
				<category>OS X</category>				
				
				<category>Git</category>				
				
				<category>bash</category>				
				
				<pubDate>Wed, 28 Oct 2009 13:56:00 -0400</pubDate>
				<guid>http://www.silverwareconsulting.com/index.cfm/2009/10/28/OS-X-Command-Line-Interface-Tips--Customizing-the-Bash-Shell</guid>
				
			</item>
			</channel></rss>