<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Programming tutorials</title>
	<link>http://csdir.org/tutorials</link>
	<description>Programming tutorials, tips and news.</description>
	<pubDate>Tue, 05 Feb 2008 08:27:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>1 - What you already know. (should know)</title>
		<link>http://csdir.org/tutorials/bash-tutorial/what-you-already-know/</link>
		<comments>http://csdir.org/tutorials/bash-tutorial/what-you-already-know/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 13:43:35 +0000</pubDate>
		<dc:creator>Hjalle</dc:creator>
		
		<category><![CDATA[Bash tutorial]]></category>

		<guid isPermaLink="false">http://csdir.org/tutorials/uncategorized/1-what-you-already-know-should-know/</guid>
		<description><![CDATA[=========================== Aliens Bash Tutorial ==============================
--------------- Written by Billy Wideling &#60;-&#62; alien@koping.net ----------------
===============================================================================

First you probably need to read a UNIX command bible to really understand this
tutorial, but I will try to make it as clear as possible, there is about
100-150 UNIX commands explained later in this tutorial.
You are to have some UNIX experience before starting on [...]]]></description>
			<content:encoded><![CDATA[<pre><span class="style1">=========================== Aliens Bash Tutorial ==============================
--------------- Written by Billy Wideling &lt;-&gt; alien@koping.net ----------------
===============================================================================

First you probably need to read a UNIX command bible to really understand this
tutorial, but I will try to make it as clear as possible, there is about
100-150 UNIX commands explained later in this tutorial.
You are to have some UNIX experience before starting on this tutorial, so
if you feel that you have UNIX/Linux experience feel free to start to learn
here.
What I included here is general shell scripting, most common other things
and some UNIX commands.
Here's the most common shell types:

bash  = Bourne again shell
sh    = shell
csh   = C shell
tcsh  = Tenex C shell (not tab-completion-extended C shell)
tclsh = Tcl shell
ksh   = korn shell
ash   = a shell
bsh   = bourne shell ? (in most Linux distributions it's a link to /bin/ash)
zsh   = the Z shell (it's what it's manual page tells about it .. :/ )

===============================================================================

1 - What you already know. (should know)

===============================================================================

Here we go, bash scripting is nothing more then combining lots of UNIX commands
to do things for you, you can even make simple games in bash
(just UNIX commands) or as in normal cases, batch files to control things
in your computer.</span></pre>
<p> <a href="http://csdir.org/tutorials/bash-tutorial/what-you-already-know/#more-11" class="more-link">(more...)</a></p>
<p class="akst_link"><a href="http://csdir.org/tutorials/?p=11&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_11" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://csdir.org/tutorials/bash-tutorial/what-you-already-know/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
