<?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: An Introduction to the Linux Command Line</title>
	<atom:link href="http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sat, 11 Feb 2012 04:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Norm</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-340313</link>
		<dc:creator>Norm</dc:creator>
		<pubDate>Fri, 01 Aug 2008 13:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-340313</guid>
		<description>@perozzi

it&#039;s called putty
you can initiate telnet sessions via putty and logon to the shell.. 
you might need sftp from time to time, to transfer files from-to your computer to the remote linux server. For that, I use Bitwise Tunnelier, but there many other alternatives out there with sftp feature</description>
		<content:encoded><![CDATA[<p>@perozzi</p>
<p>it&#8217;s called putty<br />
you can initiate telnet sessions via putty and logon to the shell..<br />
you might need sftp from time to time, to transfer files from-to your computer to the remote linux server. For that, I use Bitwise Tunnelier, but there many other alternatives out there with sftp feature</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perozzi</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-339961</link>
		<dc:creator>perozzi</dc:creator>
		<pubDate>Thu, 31 Jul 2008 17:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-339961</guid>
		<description>just a question: there is a way to control a linux server using command lines through windows?

a software or something similar: that would be useful for shared or remote hosting.

thanks and excuse me for the question, i&#039;m a noob</description>
		<content:encoded><![CDATA[<p>just a question: there is a way to control a linux server using command lines through windows?</p>
<p>a software or something similar: that would be useful for shared or remote hosting.</p>
<p>thanks and excuse me for the question, i&#8217;m a noob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norm</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-339363</link>
		<dc:creator>Norm</dc:creator>
		<pubDate>Wed, 30 Jul 2008 06:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-339363</guid>
		<description>With some knowledge of basic shell scripting (not too advanced, mind you) you can write yourself a little prompt that will allow you to select files to copy. Here&#039;s the pseudocode that comes to mind;

1 - prompt user for the command he wants to execute in this folder; cp? rm? mv?
2 - after the command is specified, ask the user if he/she want any switches appended to the command? display the man page if need be.. 
3 - after the command and the switches are determined, prompt for destination folder, mkdir default if folder does not exist
3 - ask the user the method of sorting through the files in the folder. are you going to use regular expressions? (that is really fast but requires extreme caution) are you going to apply this to the whole folder? (that doesn&#039;t really need a script, but throw it in there for the sake of completeness) are you going to &quot;ls&quot; and apply it line by line? are you going to use wildcards? (i.e. cp ab*.jp* ~/blabla means copy all files that start their names with ab and start their extension with jp to the blabla folder)

and so on.. there are probably features and possible solutions I have overlooked.. Feel free to correct/complete it..</description>
		<content:encoded><![CDATA[<p>With some knowledge of basic shell scripting (not too advanced, mind you) you can write yourself a little prompt that will allow you to select files to copy. Here&#8217;s the pseudocode that comes to mind;</p>
<p>1 &#8211; prompt user for the command he wants to execute in this folder; cp? rm? mv?<br />
2 &#8211; after the command is specified, ask the user if he/she want any switches appended to the command? display the man page if need be..<br />
3 &#8211; after the command and the switches are determined, prompt for destination folder, mkdir default if folder does not exist<br />
3 &#8211; ask the user the method of sorting through the files in the folder. are you going to use regular expressions? (that is really fast but requires extreme caution) are you going to apply this to the whole folder? (that doesn&#8217;t really need a script, but throw it in there for the sake of completeness) are you going to &#8220;ls&#8221; and apply it line by line? are you going to use wildcards? (i.e. cp ab*.jp* ~/blabla means copy all files that start their names with ab and start their extension with jp to the blabla folder)</p>
<p>and so on.. there are probably features and possible solutions I have overlooked.. Feel free to correct/complete it..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diabolic Preacher</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-339178</link>
		<dc:creator>Diabolic Preacher</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-339178</guid>
		<description>is there some way to disable pasting text onto a konsole or a gnometerm (or whatever the gnome version is called)? probably that&#039;ll make people look thru what they are pasting from the web.</description>
		<content:encoded><![CDATA[<p>is there some way to disable pasting text onto a konsole or a gnometerm (or whatever the gnome version is called)? probably that&#8217;ll make people look thru what they are pasting from the web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aibek</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-338931</link>
		<dc:creator>Aibek</dc:creator>
		<pubDate>Tue, 29 Jul 2008 08:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-338931</guid>
		<description>yeah, probably u got a wrong version. Normally linux distros (packages) come with a decent graphical user interface. I have Ubuntu on my system and although I am not a power user, I am quite comfortable with it.</description>
		<content:encoded><![CDATA[<p>yeah, probably u got a wrong version. Normally linux distros (packages) come with a decent graphical user interface. I have Ubuntu on my system and although I am not a power user, I am quite comfortable with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aibek</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-338929</link>
		<dc:creator>Aibek</dc:creator>
		<pubDate>Tue, 29 Jul 2008 08:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-338929</guid>
		<description>I frequently use Command Promt (Windows) for tasks that I am not able to do through GUI. One of them is traceroute command i.e. &lt;strong&gt;tracert &lt;em&gt;domain&lt;/em&gt;&lt;/strong&gt;. I don&#039;t think there is a way to execute it from GUI.</description>
		<content:encoded><![CDATA[<p>I frequently use Command Promt (Windows) for tasks that I am not able to do through GUI. One of them is traceroute command i.e. <strong>tracert <em>domain</em></strong>. I don&#8217;t think there is a way to execute it from GUI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: binoy</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-338892</link>
		<dc:creator>binoy</dc:creator>
		<pubDate>Tue, 29 Jul 2008 06:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-338892</guid>
		<description>yes its easier from the gui if you need to randomly pick 75 files, but if you have a pattern (which is usually the case for  ) the command line would be faster than handpicking the 75 files. 
I have been using linux for about 8 years now. I can defiantly say for sure, the command line and the gnu tools are by far the best thing about linux , and of course other *nix OS&#039;s</description>
		<content:encoded><![CDATA[<p>yes its easier from the gui if you need to randomly pick 75 files, but if you have a pattern (which is usually the case for  ) the command line would be faster than handpicking the 75 files.<br />
I have been using linux for about 8 years now. I can defiantly say for sure, the command line and the gnu tools are by far the best thing about linux , and of course other *nix OS&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Desmond</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-338862</link>
		<dc:creator>Desmond</dc:creator>
		<pubDate>Tue, 29 Jul 2008 04:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-338862</guid>
		<description>Productivity? What if I have 100 files in a directory and I only want to copy 75 files out of it to another directory. Now tell me which is more productive: typing in terminal or select and drag in GUI? Command line is useful in some aspects but mostly it&#039;s lame.</description>
		<content:encoded><![CDATA[<p>Productivity? What if I have 100 files in a directory and I only want to copy 75 files out of it to another directory. Now tell me which is more productive: typing in terminal or select and drag in GUI? Command line is useful in some aspects but mostly it&#8217;s lame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony P</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-338818</link>
		<dc:creator>Tony P</dc:creator>
		<pubDate>Tue, 29 Jul 2008 02:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-338818</guid>
		<description>Just don&#039;t ever rm -rf /, use rm -rfi /</description>
		<content:encoded><![CDATA[<p>Just don&#8217;t ever rm -rf /, use rm -rfi /</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar Abid</title>
		<link>http://www.makeuseof.com/tag/an-introduction-to-the-linux-command-line/#comment-338730</link>
		<dc:creator>Omar Abid</dc:creator>
		<pubDate>Mon, 28 Jul 2008 22:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=4029#comment-338730</guid>
		<description>I installed linux on my pc (i&#039;m a windows user) and when i run it i found only a command line! Is this all linux, or i did something wrong help please!</description>
		<content:encoded><![CDATA[<p>I installed linux on my pc (i&#8217;m a windows user) and when i run it i found only a command line! Is this all linux, or i did something wrong help please!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/5 queries in 0.006 seconds using apc
Object Caching 426/427 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-11 04:46:55 -->
