<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>FreeMacUnix.com</title>
	
	<link>http://www.freemacunix.com</link>
	<description>Terminal for the Rest of Us</description>
	<lastBuildDate>Sat, 26 Nov 2011 10:42:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/freemacunix" /><feedburner:info uri="freemacunix" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>BLT – Command Line Twitter Client</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/RkiWL6YhKxI/</link>
		<comments>http://www.freemacunix.com/blt-command-line-twitter-client/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 19:15:29 +0000</pubDate>
		<dc:creator>Chad Sweely</dc:creator>
				<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/?p=162</guid>
		<description><![CDATA[There are some scenarios in Unix/Linux when you are stuck at the command line and not able to get to a GUI interface. With this in mind, there is a Twitter client out there that will let you view your tweets at the command line. The application that will let you achieve this is called [...]]]></description>
			<content:encoded><![CDATA[<p>There are some scenarios in Unix/Linux when you are stuck at the command line and not able to get to a GUI interface. With this in mind, there is a <a href="http://www.twitter.com/" target="_blank">Twitter</a> client out there that will let you view your tweets at the command line. The application that will let you achieve this is called <a href="http://marnanel.org/projects/blt/" target="_blank" title="BLT">BLT</a> (bash loves twitter). </p>
<p>BLT is a perl application that integrates <a href="http://www.twitter.com/" target="_blank">Twitter</a> into the command-line, and to install BLT, perform the following option:</p>
<div align="center"><code>sudo cpan App::BLT</code></div>
</p>
<p>After you have BLT installed, run <code>blt</code> at the command line and it will ask you for your <a href="http://www.twitter.com/" target="_blank">Twitter</a> username and password. You may also want to run a <code>blt --check</code> to grab the latest tweets from your account after you have set up the user interface.</p>
<p><span id="more-162"></span></p>
<p>To stay up-to-date with your tweets, you will want to run the following option at the command line from your home directory:</p>
<div align="center"><code>head .blt_content</code></p>
<p><img src="http://www.freemacunix.com/images/bltscreen.png" title="BLT at the command line" /></div>
</p>
<p>Please feel free to leave any feedback that you have on this handy little <a href="http://www.twitter.com/" target="_blank">Twitter</a> application.</p>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/RkiWL6YhKxI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/blt-command-line-twitter-client/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/blt-command-line-twitter-client/</feedburner:origLink></item>
		<item>
		<title>Want An OS X Dock On Your Linux Box?</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/t4dpsMjVNAQ/</link>
		<comments>http://www.freemacunix.com/want-an-os-x-dock-on-your-linux-box/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 14:24:21 +0000</pubDate>
		<dc:creator>Chad Sweely</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/?p=151</guid>
		<description><![CDATA[If you are an Linux user and want your desktop looking more like Apple OS X, this post is for you. One of the cool things that Apple&#8217;s OS X operating system includes is the dock down at the bottom of the main desktop window. This makes your commonly-used programs easy to get to without [...]]]></description>
			<content:encoded><![CDATA[<p>If you are an Linux user and want your desktop looking more like Apple OS X, this post is for you. One of the cool things that Apple&#8217;s OS X operating system includes is the dock down at the bottom of the main desktop window. This makes your commonly-used programs easy to get to without having to go through a process of searching for them.</p>
<p>With this in mind, there is an application that you can install on your Linux box that acts a dock for you. This application is called <a href="http://kdocker.sourceforge.net/" target="_blank" title="KDocker">KDocker</a>. </p>
<p align="center"><a href="http://kdocker.sourceforge.net/" title="KDocker" target="_blank"><img src="http://www.freemacunix.com/images/fmu_kdocker.jpg" title="KDocker" border=0 /></a></p>
<p><span id="more-151"></span>
<p>This application is available for the following Linux distributions:</p>
<ul>
<li>Suse</li>
<li>Slackware</li>
<li>Red Hat</li>
<li>Debian</li>
<li>Kubuntu</li>
</ul>
<p>For easy install in Ubuntu/Gnome, you can perform the following syntax in at the command line:</p>
<p align="center"><code>sudo apt-get install kdocker</code></p>
<p>This application is great for making your Linux GUI&#8217;s appearance like Apple OS X! <img src='http://www.freemacunix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/t4dpsMjVNAQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/want-an-os-x-dock-on-your-linux-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/want-an-os-x-dock-on-your-linux-box/</feedburner:origLink></item>
		<item>
		<title>Want To Do a Quick Find/Replace? Use ‘sed’!</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/DW0SYlS1GO8/</link>
		<comments>http://www.freemacunix.com/want-to-do-a-quick-findreplace-use-sed/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 19:09:22 +0000</pubDate>
		<dc:creator>Chad Sweely</dc:creator>
				<category><![CDATA[Lessons]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/?p=135</guid>
		<description><![CDATA[If you are ever need to do just a quick and simple find and replace and don&#8217;t want to do it in an editor? You can use the sed command. If you are familiar with vi, the find and replace string will be very familiar. The format of the find and replace is: sed 's/oldstring/newstring/g' [...]]]></description>
			<content:encoded><![CDATA[<p>If you are ever need to do just a quick and simple find and replace and don&#8217;t want to do it in an editor? You can use the <code>sed</code> command. </p>
<p>If you are familiar with <code>vi</code>, the find and replace string will be very familiar. The format of the find and replace is:</p>
<p align="center"><code>sed 's/oldstring/newstring/g' file.txt</code></p>
<p>However, if you are wanting these changes to be reflected in a file, you will need to perform an output at the end of your <code>sed</code> string, like so:</p>
<p align="center"><code>sed 's/oldstring/newstring/g' file.txt <br /> > changedfile.txt</code></p>
<p>I have provided an example of how to use the principles below: </p>
<p align="center"><a href="http://www.freemacunix.com/images/lg_sedscreenshot.png" title="Sed Example Screenshot - Click to enlarge." target="_blank"><img src="http://www.freemacunix.com/images/sedscrnshot.png" title="Sed Example Screenshot - Click to enlarge." border=0 /></a></p>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/DW0SYlS1GO8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/want-to-do-a-quick-findreplace-use-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/want-to-do-a-quick-findreplace-use-sed/</feedburner:origLink></item>
		<item>
		<title>How To Change Login Screen Background Via Terminal</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/4Hr1uqUfR0o/</link>
		<comments>http://www.freemacunix.com/how-to-change-login-screen-background-via-terminal/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 19:58:54 +0000</pubDate>
		<dc:creator>Chad Sweely</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/?p=123</guid>
		<description><![CDATA[Sick and tired of the same old bluish background of the Mac OS X login screen? I have now found out a way to change it out. Simply modify/replace the following files: /System/Library/CoreServices/DefaultDesktop .jpg (Leopard users) /Library/Preferences/com.apple.loginwindow (Tiger users: modify this file) Once this has been done, open a Terminal window and execute this line [...]]]></description>
			<content:encoded><![CDATA[<p>Sick and tired of the same old bluish background of the Mac OS X login screen? I have now found out a way to change it out. Simply modify/replace the following files:</p>
<p><code>/System/Library/CoreServices/DefaultDesktop<br />
.jpg</code> (Leopard users)</p>
<p><code>/Library/Preferences/com.apple.loginwindow</code> (Tiger users: modify this file)</p>
<p>Once this has been done, open a Terminal window and execute this line at the command prompt: </p>
<p><code>sudo defaults write<br />
/Library/Preferences/com.apple.loginwindow<br />
DesktopPicture '/Path/To/Picture.jpg'</code> (all on one line)</p>
<p>Once this has been done, log out of your account. When you log out, you should instantly see the changes that you have made.</p>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/4Hr1uqUfR0o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/how-to-change-login-screen-background-via-terminal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/how-to-change-login-screen-background-via-terminal/</feedburner:origLink></item>
		<item>
		<title>Want Color in Your Text Editor?</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/Blih0GvkKeM/</link>
		<comments>http://www.freemacunix.com/want-color-in-your-text-editor/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 19:18:59 +0000</pubDate>
		<dc:creator>Chad Sweely</dc:creator>
				<category><![CDATA[Lessons]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/?p=108</guid>
		<description><![CDATA[If you are a programmer or a web designer, and want to have color designation to your coding without having to buy Dreamweaver or any other pricey HTML editors, I would recommend downloading Vim. Vim is a vi-based clone that allows you to view your code, HTML, CSS, etc. in a color-coded style. This app [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a programmer or a web designer, and want to have color designation to your coding without having to buy Dreamweaver or any other pricey HTML editors, I would recommend downloading <a href="http://www.vim.org/" title="VIM" target="_blank">Vim</a>. Vim is a vi-based clone that allows you to view your code, HTML, CSS, etc. in a color-coded style. </p>
<p>This app can be downloaded by doing: <code>sudo apt-get install vim</code></p>
<p>VIM can also be an alternative to using vi, which only displays code in monochrome. Here is a comparison of between the physical appearances of vi and vim:</p>
<p><span id="more-108"></span>
<p align="center">
<b>Terminal without vim &#8211; Just using vi</b><br />
<img src="http://www.freemacunix.com/images/fmu_vi1.jpg" title="Terminal without vim - Just using vi" /><br />
<br />
<b>Terminal with vim</b><br />
<img src="http://www.freemacunix.com/images/fmu_vi2.jpg" title="Terminal with vim" />
</p>
<p>This also helps troubleshooting easier if you have an error somewhere in your HTML code. This color coding works for: HTML, XML, CSS, PHP, Perl, HtAccess, and many other languages.</p>
<p>Enjoy! <img src='http://www.freemacunix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/Blih0GvkKeM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/want-color-in-your-text-editor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/want-color-in-your-text-editor/</feedburner:origLink></item>
		<item>
		<title>Play Tetris in Emacs</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/eqaqKz1uTw4/</link>
		<comments>http://www.freemacunix.com/play-tetris-in-emacs/#comments</comments>
		<pubDate>Wed, 06 May 2009 18:39:27 +0000</pubDate>
		<dc:creator>Chad Sweely</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/?p=82</guid>
		<description><![CDATA[If you&#8217;re ever using Emacs (Extensible Macro System) as an editor and feeling bored, you can always play Tetris in it. Playing Tetris in Emacs only works in the GNU environment which Mac OS X also runs under. The steps for running Tetris in Emacs have been provided below: In Terminal, type emacs at the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re ever using Emacs (Extensible Macro System) as an editor and feeling bored, you can always play Tetris in it. Playing Tetris in Emacs only works in the GNU environment which Mac OS X also runs under. The steps for running Tetris in Emacs have been provided below:</p>
<ol>
<li>In <em>Terminal</em>, type <code>emacs</code> at the comment. Emacs will then appear for you.</li>
<li>In the Emacs window, press <em>&lt;ESC&gt;</em>. This will bring you to the note buffer section (shown below).<br />
<img src="http://www.freemacunix.com/images/thumb_emacs1.jpg" /></li>
<p><span id="more-82"></span></p>
<li>Once you are in the buffer section, press <code>x</code>, type in <code>tetris</code>, and then hit Enter. </li>
<li>Tetris will then appear for you (shown below).<br />
<img src="http://www.freemacunix.com/images/thumb_emacs2.jpg" /></li>
</ol>
<p>To move your pieces around in Tetris, use your right/left arrow keys in the direction you want the piece to move. Your up/down arrow keys will change the position of the piece, and your space bar will shoot the piece down the bottom. </p>
<p>This is a fun and interesting Easter Egg included in this classic editor!</p>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/eqaqKz1uTw4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/play-tetris-in-emacs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/play-tetris-in-emacs/</feedburner:origLink></item>
		<item>
		<title>Make the most of the Mac OS X’s command line</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/Wj_slrO7Pes/</link>
		<comments>http://www.freemacunix.com/make-the-most-of-the-mac-os-xs-command-line/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 20:14:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[visor]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/make-the-most-of-the-mac-os-xs-command-line/</guid>
		<description><![CDATA[If you&#8217;re like most Mac users, the UNIX command line is the red-headed stepchild of the operating system. It&#8217;s always there, but you&#8217;re not going to acknowledge its existence &#8212; that is, until you need to run an SQL query, make an rsync backup, or generally muck about in the system internals. Thankfully, TheAppleBlog&#8217;s Andrew [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like most Mac users, the UNIX command line is the red-headed stepchild of the operating system. It&#8217;s always there, but you&#8217;re not going to acknowledge its existence &#8212; that is, until you need to run an SQL query, make an rsync backup, or generally muck about in the system internals.</p>
<p>Thankfully, <a href="http://theappleblog.com/2009/03/26/terminal-tips-using-the-command-line-with-style/#more-19907">TheAppleBlog&#8217;s Andrew Bednarz has assembled a compendium</a> of Mac OS X terminal tips, tweaks, and tricks. He shows how to use Visor, a cool program that provides an always-accessible pulldown terminal prompt just like the console in the video game Quake. He also shares some insider UNIX knowledge on tweaking Terminal.app to display color-coded directory listings and more informative command prompts.</p>
<p>Go check out his list of tips. Your command line will thank you.</p>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/Wj_slrO7Pes" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/make-the-most-of-the-mac-os-xs-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/make-the-most-of-the-mac-os-xs-command-line/</feedburner:origLink></item>
		<item>
		<title>Having trouble finding text with grep? Try grepping with color</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/9FjgmxVw7Vs/</link>
		<comments>http://www.freemacunix.com/having-trouble-finding-text-with-grep-try-grepping-with-color/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 18:47:46 +0000</pubDate>
		<dc:creator>Chad Sweely</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/?p=70</guid>
		<description><![CDATA[Having trouble finding a needle in a haystack? You can always use grep --color to find what you are looking for. This method is best used for finding a specific piece of text in a document that is all on one line, or a unique string of text within a repetitious document. I have provided [...]]]></description>
			<content:encoded><![CDATA[<p>Having trouble finding a needle in a haystack? You can always use <code>grep --color</code> to find what you are looking for. This method is best used for finding a specific piece of text in a document that is all on one line, or a unique string of text within a repetitious document. I have provided the syntax for this grep option below:</p>
<p align="center"><code>grep --color "text" filename</code></p>
<p><strong>Example:</strong><br />
<img src="http://www.freemacunix.com/images/thumb_grepcolor.png" title="Grepping with color" /></p>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/9FjgmxVw7Vs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/having-trouble-finding-text-with-grep-try-grepping-with-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/having-trouble-finding-text-with-grep-try-grepping-with-color/</feedburner:origLink></item>
		<item>
		<title>LSPCI and LSUSB</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/9lCorQSIc34/</link>
		<comments>http://www.freemacunix.com/lspci-and-lsusb/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 19:42:15 +0000</pubDate>
		<dc:creator>Chad Sweely</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/?p=45</guid>
		<description><![CDATA[The commands listed in this post are more for Linux than Unix. To find out information about the hardware of your computer, you can run an lspci command. Lspci will output the specifications of your hardware in a list style arrangement as shown below: If you want to get more specific in your lspci output [...]]]></description>
			<content:encoded><![CDATA[<p>The commands listed in this post are more for Linux than Unix. To find out information about the hardware of your computer, you can run an <code>lspci</code> command. <code>Lspci</code> will output the specifications of your hardware in a list style arrangement as shown below:</p>
<p align="center"><img src="http://www.freemacunix.com/images/thumb_fmu_lspci.jpg" title="lspci example" /></p>
<p>If you want to get more specific in your <code>lspci</code> output (e.g. wanting just to display a certain brand), you can always do <code>lspci | grep -i "Productname"</code> which will only return results that includes the string from your <code>grep</code> command. For example, if I wanted to find all of the hardware made by Broadcom, I would do <code>lspci | grep -i "broadcom"</code> and the results would return only hardware that mentions Broadcom. </p>
<p><span id="more-45"></span>Although, this will only display hardware that is <em>inside</em> your computer, it will not display any hardware that is attached by USB. This is where the command <code>lsusb</code> comes in. <code>Lsusb</code> will list all of the USB ports you have in your computer and display any hardware specifications that are plugged-in to them as shown in the example below:</p>
<p align="center"><img src="http://www.freemacunix.com/images/thumb_fmu_lsusb.jpg" title="lsusb example" /></p>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/9lCorQSIc34" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/lspci-and-lsusb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/lspci-and-lsusb/</feedburner:origLink></item>
		<item>
		<title>Need to find a SMALL amount of text in a BIG directory? No problem!</title>
		<link>http://feedproxy.google.com/~r/freemacunix/~3/TAzYidGLCXs/</link>
		<comments>http://www.freemacunix.com/need-to-find-a-small-amount-of-text-in-a-big-directory-no-problem/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 18:49:51 +0000</pubDate>
		<dc:creator>Chad Sweely</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.freemacunix.com/need-to-find-a-small-amount-of-text-in-a-big-directory-no-problem/</guid>
		<description><![CDATA[Have you ever tried to grep in a directory that has a vast amount of files and you received an error like this? (below) If so, there is a simple way around this. Just use this: find . &#124; xargs grep "yahoo" * &#124; more. I will break down these processes for you: find . [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to <code>grep</code> in a directory that has a vast amount of files and you received an error like this? (below)</p>
<p align="center"><img src="http://www.freemacunix.com/images/thumb_fmu_greperror.jpg" title="Grep Error" /></p>
<p>If so, there is a simple way around this. Just use this: <code>find . | xargs grep "yahoo" * | more</code>. I will break down these processes for you:</p>
<ul>
<li><code>find .</code> &#8211; <em>Find</em> is a command that outputs the location of a file. In this case by specifying a ., the search will only be done in the present directory.</li>
<li><code>xargs</code> &#8211; This allows a command to be executed from standard input. This also helps force the <code>grep</code> command (coming next) to return output, even when the directory is too large.</li>
<li><code>grep</code> &#8211; The way we will be using this command is to search through a file for a specific string. If you are looking for straight text, it is best to use quotes (e.g. &#8220;text&#8221;) to help the command line decipher exactly what you are looking for. More info on grep can be found on this <a href="http://www.freemacunix.com/searching-for-a-file-with-a-specific-string-in-the-file/" target="_blank">earlier post</a>.</li>
<li><code>more</code> &#8211; This command is optional for this process. <em>More</em> would be best used if you were expecting a full page of output returned from your search, and want to be prompted for the next page. This option would be very beneficial if the string you are searching for would be common in your results.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/freemacunix/~4/TAzYidGLCXs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freemacunix.com/need-to-find-a-small-amount-of-text-in-a-big-directory-no-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.freemacunix.com/need-to-find-a-small-amount-of-text-in-a-big-directory-no-problem/</feedburner:origLink></item>
	</channel>
</rss>

