<?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: *nix commands I can&#8217;t do without</title>
	<atom:link href="http://www.openscope.net/2010/02/13/nix-commands-i-cant-do-without/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscope.net/2010/02/13/nix-commands-i-cant-do-without/</link>
	<description>Practical java, unix, and xml</description>
	<lastBuildDate>Thu, 26 Aug 2010 18:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/02/13/nix-commands-i-cant-do-without/comment-page-1/#comment-100</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Mon, 15 Feb 2010 17:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=777#comment-100</guid>
		<description>Thats a good approach for searching, sure beats downloading the logs. I added your comment as part of tail, thanks!</description>
		<content:encoded><![CDATA[<p>Thats a good approach for searching, sure beats downloading the logs. I added your comment as part of tail, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: musk</title>
		<link>http://www.openscope.net/2010/02/13/nix-commands-i-cant-do-without/comment-page-1/#comment-99</link>
		<dc:creator>musk</dc:creator>
		<pubDate>Mon, 15 Feb 2010 12:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=777#comment-99</guid>
		<description>You do not need tail use less +F or press Shift-F while in less and it will follow the currently choosen file if content is added. 

Example: log.txt

less +F log.txt and you will have the same behaviour as when using tail -f log.txt except that you can use CTRL+C to drop out of follow mode and then use the search features available in less.</description>
		<content:encoded><![CDATA[<p>You do not need tail use less +F or press Shift-F while in less and it will follow the currently choosen file if content is added. </p>
<p>Example: log.txt</p>
<p>less +F log.txt and you will have the same behaviour as when using tail -f log.txt except that you can use CTRL+C to drop out of follow mode and then use the search features available in less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/02/13/nix-commands-i-cant-do-without/comment-page-1/#comment-98</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=777#comment-98</guid>
		<description>Ryan, I added your suggestion towards the end. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Ryan, I added your suggestion towards the end. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Fox</title>
		<link>http://www.openscope.net/2010/02/13/nix-commands-i-cant-do-without/comment-page-1/#comment-97</link>
		<dc:creator>Ryan Fox</dc:creator>
		<pubDate>Mon, 15 Feb 2010 10:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=777#comment-97</guid>
		<description>The `--color=auto` (two dashes- the font doesn&#039;t show that well) option adds colour to the output of some commands, like ls or grep.

In ls, the colours change depending on the file type, permissions, etc.

In grep, it will highlight the text that matched your regex.</description>
		<content:encoded><![CDATA[<p>The `&#8211;color=auto` (two dashes- the font doesn&#8217;t show that well) option adds colour to the output of some commands, like ls or grep.</p>
<p>In ls, the colours change depending on the file type, permissions, etc.</p>
<p>In grep, it will highlight the text that matched your regex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/02/13/nix-commands-i-cant-do-without/comment-page-1/#comment-95</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Mon, 15 Feb 2010 09:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=777#comment-95</guid>
		<description>Hi Silvery, I added &quot;sed&quot; after &quot;concat&quot;, seemed like the appropriate spot. Thanks for the suggestion!</description>
		<content:encoded><![CDATA[<p>Hi Silvery, I added &#8220;sed&#8221; after &#8220;concat&#8221;, seemed like the appropriate spot. Thanks for the suggestion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvery</title>
		<link>http://www.openscope.net/2010/02/13/nix-commands-i-cant-do-without/comment-page-1/#comment-93</link>
		<dc:creator>silvery</dc:creator>
		<pubDate>Mon, 15 Feb 2010 09:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=777#comment-93</guid>
		<description>sed -i &#039;s/some_text/other_text/&#039; filename

replaces some_text with other_text in given file (one occurrence per line is replaced)</description>
		<content:encoded><![CDATA[<p>sed -i &#8216;s/some_text/other_text/&#8217; filename</p>
<p>replaces some_text with other_text in given file (one occurrence per line is replaced)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
