<?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: The linux terminal for beginners</title>
	<atom:link href="http://nielschristian.dk/home/2009/05/28/linux-terminal-beginners/feed/" rel="self" type="application/rss+xml" />
	<link>http://nielschristian.dk/home/2009/05/28/linux-terminal-beginners/</link>
	<description>Personal blog about anything</description>
	<lastBuildDate>Sun, 29 Aug 2010 08:05:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Kevin</title>
		<link>http://nielschristian.dk/home/2009/05/28/linux-terminal-beginners/comment-page-1/#comment-3857</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 04 Oct 2009 07:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://nielschristian.dk/home/?p=62#comment-3857</guid>
		<description>I recently started using Linux as part of a Fortran programming class at university, so I learned to use some of these commands already. They are essential for a beginner like me :)

More than this commands I also found these useful:
rm [filename]
removes (deletes) a file.

more [filename]
writes the content of a file in the terminal.

./[filename]
Runs a program file that I have compiled already. I guess this is a bit more advanced since it requires some programming knowledge.

I use the up-arrow key when I want to find a command that I have already used before, so I don&#039;t have to write it again.</description>
		<content:encoded><![CDATA[<p>I recently started using Linux as part of a Fortran programming class at university, so I learned to use some of these commands already. They are essential for a beginner like me <img src='http://nielschristian.dk/home/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>More than this commands I also found these useful:<br />
rm [filename]<br />
removes (deletes) a file.</p>
<p>more [filename]<br />
writes the content of a file in the terminal.</p>
<p>./[filename]<br />
Runs a program file that I have compiled already. I guess this is a bit more advanced since it requires some programming knowledge.</p>
<p>I use the up-arrow key when I want to find a command that I have already used before, so I don&#8217;t have to write it again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
