<?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: Top Ten (10) Linux Commands For Beginners	</title>
	<atom:link href="https://webrewrite.com/top-ten-most-useful-linux-terminal-commands-for-beginners/feed/" rel="self" type="application/rss+xml" />
	<link>https://webrewrite.com/top-ten-most-useful-linux-terminal-commands-for-beginners/</link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Sun, 30 Nov 2014 13:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Lars Moelleken		</title>
		<link>https://webrewrite.com/top-ten-most-useful-linux-terminal-commands-for-beginners/#comment-385</link>

		<dc:creator><![CDATA[Lars Moelleken]]></dc:creator>
		<pubDate>Sun, 30 Nov 2014 13:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=276#comment-385</guid>

					<description><![CDATA[1.) instead  of &quot;find&quot; you can also use &quot;locate&quot; it&#039;s much faster, because it will search in a db (so run &quot;sudo updatedb&quot; to update this file-database, there is also a cron in the background for this)

2.) instead of &quot;grep&quot; take a look at &quot;ack&quot; and at the settings of the tool (e.g.: https://github.com/voku/dotfiles/blob/master/.ackrc)

3.) instead of &quot;ps + grep + kill&quot; you can also use &quot;pkill&quot; and &quot;pgrep&quot; (there is also autocompletion for this -&#062; apt-get install bash-completion)]]></description>
			<content:encoded><![CDATA[<p>1.) instead  of &#8220;find&#8221; you can also use &#8220;locate&#8221; it&#8217;s much faster, because it will search in a db (so run &#8220;sudo updatedb&#8221; to update this file-database, there is also a cron in the background for this)</p>
<p>2.) instead of &#8220;grep&#8221; take a look at &#8220;ack&#8221; and at the settings of the tool (e.g.: <a href="https://github.com/voku/dotfiles/blob/master/.ackrc" rel="nofollow ugc">https://github.com/voku/dotfiles/blob/master/.ackrc</a>)</p>
<p>3.) instead of &#8220;ps + grep + kill&#8221; you can also use &#8220;pkill&#8221; and &#8220;pgrep&#8221; (there is also autocompletion for this -&gt; apt-get install bash-completion)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
