<?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: Linux command line tips</title> <atom:link href="http://www.ghacks.net/2010/01/18/linux-command-line-tips/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2010/01/18/linux-command-line-tips/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 03:50:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Patrik P.</title><link>http://www.ghacks.net/2010/01/18/linux-command-line-tips/comment-page-1/#comment-1335695</link> <dc:creator>Patrik P.</dc:creator> <pubDate>Wed, 04 May 2011 17:29:17 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22425#comment-1335695</guid> <description>CTRL + U to delete whole line or you might want to use CTRL + W to delete one word in the line.</description> <content:encoded><![CDATA[<p>CTRL + U to delete whole line or you might want to use CTRL + W to delete one word in the line.</p> ]]></content:encoded> </item> <item><title>By: JohnnyPerl</title><link>http://www.ghacks.net/2010/01/18/linux-command-line-tips/comment-page-1/#comment-1321196</link> <dc:creator>JohnnyPerl</dc:creator> <pubDate>Thu, 24 Mar 2011 18:34:05 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22425#comment-1321196</guid> <description>Does anyone have a tip for when you are in the middle of typing a long command, and then you decide to abandon that and start with a clear line without executing what you were typing -- any easier way to do this than just hold down backspace or up to a recent shorter command (and then hold down backspace)?</description> <content:encoded><![CDATA[<p>Does anyone have a tip for when you are in the middle of typing a long command, and then you decide to abandon that and start with a clear line without executing what you were typing &#8212; any easier way to do this than just hold down backspace or up to a recent shorter command (and then hold down backspace)?</p> ]]></content:encoded> </item> <item><title>By: edo248</title><link>http://www.ghacks.net/2010/01/18/linux-command-line-tips/comment-page-1/#comment-958597</link> <dc:creator>edo248</dc:creator> <pubDate>Fri, 22 Jan 2010 16:35:00 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22425#comment-958597</guid> <description>Completely agree with you!
Thank you for reminding about credits. Some people still don&#039;t want to understand that free and EVEN open-source software is not a public domain. It has it&#039;s authors and if you enjoing using them, moreover without any charge, you MUST give them credits.
Waiting for authors reply.</description> <content:encoded><![CDATA[<p>Completely agree with you!</p><p>Thank you for reminding about credits. Some people still don&#8217;t want to understand that free and EVEN open-source software is not a public domain. It has it&#8217;s authors and if you enjoing using them, moreover without any charge, you MUST give them credits.</p><p>Waiting for authors reply.</p> ]]></content:encoded> </item> <item><title>By: JakeDTH</title><link>http://www.ghacks.net/2010/01/18/linux-command-line-tips/comment-page-1/#comment-958082</link> <dc:creator>JakeDTH</dc:creator> <pubDate>Thu, 21 Jan 2010 05:16:44 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22425#comment-958082</guid> <description>You do know that BASH, the default shell (or &quot;command-line) for Debian (and most of its variants including Ubuntu), Fedora, and many other distributions, is a GNU package, right?
GNU BASH is not in anyway related to the Linux kernel. It is developed for the GNU operating system. And what you call &quot;Linux&quot; is actually the GNU operating system, the appropriate name for it is GNU/Linux.
GNU BASH has no strict relation with the Linux kernel or even GNU. It is simply a free software Unix-like shell, for many Unix and Unix-like operating systems, like BSD or  Solaris. I believe it&#039;s even used on Mac OS X.
There are other shells, but I believe all of them are developed simply as free or open source software, not as a &quot;Linux command line.&quot;
Please give credit where credit is due, these are BASH or DASH shell tips. And most of them can be found with the simple command &quot;man bash&quot;</description> <content:encoded><![CDATA[<p>You do know that BASH, the default shell (or &#8220;command-line) for Debian (and most of its variants including Ubuntu), Fedora, and many other distributions, is a GNU package, right?</p><p>GNU BASH is not in anyway related to the Linux kernel. It is developed for the GNU operating system. And what you call &#8220;Linux&#8221; is actually the GNU operating system, the appropriate name for it is GNU/Linux.</p><p>GNU BASH has no strict relation with the Linux kernel or even GNU. It is simply a free software Unix-like shell, for many Unix and Unix-like operating systems, like BSD or  Solaris. I believe it&#8217;s even used on Mac OS X.</p><p>There are other shells, but I believe all of them are developed simply as free or open source software, not as a &#8220;Linux command line.&#8221;</p><p>Please give credit where credit is due, these are BASH or DASH shell tips. And most of them can be found with the simple command &#8220;man bash&#8221;</p> ]]></content:encoded> </item> <item><title>By: Dotan Cohen</title><link>http://www.ghacks.net/2010/01/18/linux-command-line-tips/comment-page-1/#comment-957533</link> <dc:creator>Dotan Cohen</dc:creator> <pubDate>Tue, 19 Jan 2010 20:35:16 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22425#comment-957533</guid> <description>When using the arguments of the last command, how does &quot;!*&quot; differ from &quot;!!&quot;?</description> <content:encoded><![CDATA[<p>When using the arguments of the last command, how does &#8220;!*&#8221; differ from &#8220;!!&#8221;?</p> ]]></content:encoded> </item> <item><title>By: Jim</title><link>http://www.ghacks.net/2010/01/18/linux-command-line-tips/comment-page-1/#comment-957354</link> <dc:creator>Jim</dc:creator> <pubDate>Tue, 19 Jan 2010 14:14:45 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22425#comment-957354</guid> <description>Thanks for the clear explanation.  This is great for a linux noob like me.</description> <content:encoded><![CDATA[<p>Thanks for the clear explanation.  This is great for a linux noob like me.</p> ]]></content:encoded> </item> <item><title>By: 1/19/2010 Update &#171; Go Code</title><link>http://www.ghacks.net/2010/01/18/linux-command-line-tips/comment-page-1/#comment-957218</link> <dc:creator>1/19/2010 Update &#171; Go Code</dc:creator> <pubDate>Tue, 19 Jan 2010 05:17:39 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=22425#comment-957218</guid> <description>[...] Linux command line tips [...]</description> <content:encoded><![CDATA[<p>[...] Linux command line tips [...]</p> ]]></content:encoded> </item> </channel> </rss>
