<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Basic Command Line Utilities, Tips, &amp; Commands</title>
	<atom:link href="http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/</link>
	<description>Mac OS X Tips, Mac Tricks, Cool Mac Software, System Updates, and More!</description>
	<lastBuildDate>Mon, 15 Mar 2010 19:51:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How do I make my MAC have a constant ping? &#124; Mac Software</title>
		<link>http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/comment-page-1/#comment-93985</link>
		<dc:creator>How do I make my MAC have a constant ping? &#124; Mac Software</dc:creator>
		<pubDate>Mon, 10 Aug 2009 08:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/#comment-93985</guid>
		<description>[...] Also it is Mac OS X 10.5.3 (Leopard) http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Also it is Mac OS X 10.5.3 (Leopard) <a href="http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/" rel="nofollow">http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magnificEnterprise &#187; Blog Archive &#187; Mainframe emulation on Amazon EC2</title>
		<link>http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/comment-page-1/#comment-86192</link>
		<dc:creator>magnificEnterprise &#187; Blog Archive &#187; Mainframe emulation on Amazon EC2</dc:creator>
		<pubDate>Fri, 02 Jan 2009 13:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/#comment-86192</guid>
		<description>[...] Terminal &amp; tn3270 [...]</description>
		<content:encoded><![CDATA[<p>[...] Terminal &#38; tn3270 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: /usr log - links for 2007-06-03</title>
		<link>http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/comment-page-1/#comment-21317</link>
		<dc:creator>/usr log - links for 2007-06-03</dc:creator>
		<pubDate>Mon, 24 Sep 2007 16:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/#comment-21317</guid>
		<description>[...] Basic Command Line Utilities, Tips, &amp; Commands - OS X Daily (tags: unix bash tutorial) [...]</description>
		<content:encoded><![CDATA[<p>[...] Basic Command Line Utilities, Tips, &#38; Commands &#8211; OS X Daily (tags: unix bash tutorial) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: russell</title>
		<link>http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/comment-page-1/#comment-1317</link>
		<dc:creator>russell</dc:creator>
		<pubDate>Fri, 09 Feb 2007 19:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/#comment-1317</guid>
		<description>Don&#039;t forget open, which opens a file as if it were double clicked in the Finder, or open -a names an application like open -a Mail.app
you could use this to edit dot files that don&#039;t show up in the finder, for instance open -a TextEdit.app .bashrc

open -f is a lot like more, but it can be directed at a mac application: ls -la &#124; open -f TextEdit.app

Also pbcopy puts text on the Mac clipboard, for instance ls -la &#124; pbcopy copies the output of the ls command.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget open, which opens a file as if it were double clicked in the Finder, or open -a names an application like open -a Mail.app<br />
you could use this to edit dot files that don&#8217;t show up in the finder, for instance open -a TextEdit.app .bashrc</p>
<p>open -f is a lot like more, but it can be directed at a mac application: ls -la | open -f TextEdit.app</p>
<p>Also pbcopy puts text on the Mac clipboard, for instance ls -la | pbcopy copies the output of the ls command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TrafReffins</title>
		<link>http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/comment-page-1/#comment-1265</link>
		<dc:creator>TrafReffins</dc:creator>
		<pubDate>Thu, 08 Feb 2007 17:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/#comment-1265</guid>
		<description>if you don&#039;t want to go through the hassle of reading an entire man page, try the &#039;whatis&#039; command, try it on another command as so: whatis ls 

this will report a simple one line explanation of the commands usage. Probably more useful for the advanced users out there...</description>
		<content:encoded><![CDATA[<p>if you don&#8217;t want to go through the hassle of reading an entire man page, try the &#8216;whatis&#8217; command, try it on another command as so: whatis ls </p>
<p>this will report a simple one line explanation of the commands usage. Probably more useful for the advanced users out there&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loup-Vert</title>
		<link>http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/comment-page-1/#comment-1235</link>
		<dc:creator>Loup-Vert</dc:creator>
		<pubDate>Thu, 08 Feb 2007 01:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/07/basic-command-line-utilities-tips-commands/#comment-1235</guid>
		<description>How does one enable a colored terminal, exactly?  And does that mean coloring the prompt and pre-prompt text, or enabling colors for files, e.g. making ls show folders as blue, executables as green, etc.?</description>
		<content:encoded><![CDATA[<p>How does one enable a colored terminal, exactly?  And does that mean coloring the prompt and pre-prompt text, or enabling colors for files, e.g. making ls show folders as blue, executables as green, etc.?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
