<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: 25 useful commands in Linux/UNIX for Beginners</title>
	<atom:link href="http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/feed/" rel="self" type="application/rss+xml" />
	<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/</link>
	<description>UNIX / Linux Shell Hints and Tips&#160;&#160;&#160;&#160;&#160;&#160;(a http://steve-parker.org/sh/sh.shtml subproject)</description>
	<lastBuildDate>Sat, 07 Nov 2009 15:13:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: unixshell</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5207</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Sun, 31 Aug 2008 22:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5207</guid>
		<description>Thanks; link updated.</description>
		<content:encoded><![CDATA[<p>Thanks; link updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bsdworld.net</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5206</link>
		<dc:creator>bsdworld.net</dc:creator>
		<pubDate>Sun, 31 Aug 2008 19:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5206</guid>
		<description>http://www.bsdworld.net/story.php?id=15

new location</description>
		<content:encoded><![CDATA[<p><a href="http://www.bsdworld.net/story.php?id=15" rel="nofollow">http://www.bsdworld.net/story.php?id=15</a></p>
<p>new location</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unixshell</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5190</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Sun, 25 May 2008 09:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5190</guid>
		<description>I believe that zip can also create uncompressed files (zip -0), as tar can create compressed files (tar czf). Using gzip compression with a tar file generally creates a smaller tarball than zip with LZW compression.</description>
		<content:encoded><![CDATA[<p>I believe that zip can also create uncompressed files (zip -0), as tar can create compressed files (tar czf). Using gzip compression with a tar file generally creates a smaller tarball than zip with LZW compression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdjf</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5189</link>
		<dc:creator>sdjf</dc:creator>
		<pubDate>Sun, 25 May 2008 05:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-5189</guid>
		<description>I would never put tar in the same class as the zip utilities.  tar basically creates a simple text file, with human readable content, and does not necessarily compress.  The zip utilities compress files and cannot be read without being unzipped.</description>
		<content:encoded><![CDATA[<p>I would never put tar in the same class as the zip utilities.  tar basically creates a simple text file, with human readable content, and does not necessarily compress.  The zip utilities compress files and cannot be read without being unzipped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arsen Ivanov &#187; 25 most useful Linux commands</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-4578</link>
		<dc:creator>Arsen Ivanov &#187; 25 most useful Linux commands</dc:creator>
		<pubDate>Mon, 12 Nov 2007 02:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-4578</guid>
		<description>[...] is a great article on *nix Shell detailing 25 top most useful commands for Linux/UNIX [...]</description>
		<content:encoded><![CDATA[<p>[...] is a great article on *nix Shell detailing 25 top most useful commands for Linux/UNIX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unixshell</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-3706</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Wed, 03 Oct 2007 14:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-3706</guid>
		<description>No, plain old Bourne can&#039;t do it :-(

Bash is part of the Sun supported package set; it&#039;s installed by default on Solaris 10, and part of the Extras CD for 8 and 9.

Alternatively, you could look at ksh; it supports arrays, and pdksh is normally available on Linux distros too</description>
		<content:encoded><![CDATA[<p>No, plain old Bourne can&#8217;t do it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Bash is part of the Sun supported package set; it&#8217;s installed by default on Solaris 10, and part of the Extras CD for 8 and 9.</p>
<p>Alternatively, you could look at ksh; it supports arrays, and pdksh is normally available on Linux distros too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robsku</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-3705</link>
		<dc:creator>Robsku</dc:creator>
		<pubDate>Wed, 03 Oct 2007 14:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-3705</guid>
		<description>Heh, startx outdated... maybe, but I hate it when (rarely as there is never need for reinstalling) I install a new distro on an emty clean partition and then it wont even ask, but makes it boot right into X - daamn, I&#039;ll start my X windows when I feel like it :)

Good articles, btw...

any idea if it&#039;s possible to emulate array variables with plain bourne shell? I know arrays work fine on /bin/sh that links to bash and was stunned when I tested the same script on SunOS and realized that there is no support for arrays on sh :x</description>
		<content:encoded><![CDATA[<p>Heh, startx outdated&#8230; maybe, but I hate it when (rarely as there is never need for reinstalling) I install a new distro on an emty clean partition and then it wont even ask, but makes it boot right into X &#8211; daamn, I&#8217;ll start my X windows when I feel like it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Good articles, btw&#8230;</p>
<p>any idea if it&#8217;s possible to emulate array variables with plain bourne shell? I know arrays work fine on /bin/sh that links to bash and was stunned when I tested the same script on SunOS and realized that there is no support for arrays on sh <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freshers</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-3373</link>
		<dc:creator>Freshers</dc:creator>
		<pubDate>Wed, 19 Sep 2007 19:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-3373</guid>
		<description>Anything related to *nix is just great.
Good work carry on.</description>
		<content:encoded><![CDATA[<p>Anything related to *nix is just great.<br />
Good work carry on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joolean</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-3067</link>
		<dc:creator>joolean</dc:creator>
		<pubDate>Thu, 06 Sep 2007 03:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-3067</guid>
		<description>I rarely / never used host, dig, startx, and locate. I&#039;m familiar with the rest of them. Wow, you&#039;re a mind reader, dude... Hehehe... :)</description>
		<content:encoded><![CDATA[<p>I rarely / never used host, dig, startx, and locate. I&#8217;m familiar with the rest of them. Wow, you&#8217;re a mind reader, dude&#8230; Hehehe&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unixshell</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-2764</link>
		<dc:creator>unixshell</dc:creator>
		<pubDate>Thu, 23 Aug 2007 00:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-2764</guid>
		<description>Very good point! find is an awesome tool.

I&#039;ve done a few posts &lt;a href=&quot;http://nixshell.wordpress.com/?s=find&quot; rel=&quot;nofollow&quot;&gt;which mention find&lt;/a&gt;, but I don&#039;t think I&#039;ve written about find itself.

I&#039;d like to see sed, awk, tr and bc in there, also.

I classify host, dig, man, mount, passwd, as sysadmin tools, more than shell features.</description>
		<content:encoded><![CDATA[<p>Very good point! find is an awesome tool.</p>
<p>I&#8217;ve done a few posts <a href="http://nixshell.wordpress.com/?s=find" rel="nofollow">which mention find</a>, but I don&#8217;t think I&#8217;ve written about find itself.</p>
<p>I&#8217;d like to see sed, awk, tr and bc in there, also.</p>
<p>I classify host, dig, man, mount, passwd, as sysadmin tools, more than shell features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-2753</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Wed, 22 Aug 2007 13:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-2753</guid>
		<description>how is find missing in this list

s/locate/find


cheers!

-srini</description>
		<content:encoded><![CDATA[<p>how is find missing in this list</p>
<p>s/locate/find</p>
<p>cheers!</p>
<p>-srini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hendra</title>
		<link>http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-2749</link>
		<dc:creator>Hendra</dc:creator>
		<pubDate>Wed, 22 Aug 2007 06:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://nixshell.wordpress.com/2007/08/22/25-useful-commands-in-linuxunix-for-beginners/#comment-2749</guid>
		<description>thank you. I&#039;ve been wandering around to find few command lines I need to learn as Linux newbie. This will save my time a lot</description>
		<content:encoded><![CDATA[<p>thank you. I&#8217;ve been wandering around to find few command lines I need to learn as Linux newbie. This will save my time a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
