<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>UK Dedicated Servers &#124; SEO Web Hosting  &#124; Cloud Computing &#187; Linux Tutorial</title>
	<atom:link href="http://contactdubai.com/category/linux-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://contactdubai.com</link>
	<description>A blog that reviews News and information about UK Dedicated Servers, Web Hosting, Cloud Computing, Cloud Hosting, Search Engine Optimization, Internet Marketing and much more.</description>
	<lastBuildDate>Tue, 27 Jul 2010 13:13:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Shell Command Library</title>
		<link>http://contactdubai.com/linux-tutorial/linux-shell-command-library</link>
		<comments>http://contactdubai.com/linux-tutorial/linux-shell-command-library#comments</comments>
		<pubDate>Wed, 10 Sep 2008 15:29:46 +0000</pubDate>
		<dc:creator>Leif</dc:creator>
				<category><![CDATA[Linux Tutorial]]></category>

		<guid isPermaLink="false">http://contactdubai.com/?p=7</guid>
		<description><![CDATA[The C shell provides the following built-in commands:
# 	Marks a command.
alias 	Displays alias.
bg 	Resumes job in the background.
break 	Resumes execution after the loop.
breaksw 	Breaks from a switch command; resumes after the endsw command.
case 	Defines a label in a switch command.
cd 	Changes directory.
chdir 	Changes directory, same as cd.
continue 	Continues a loop.
default 	Specifies the default case in [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The C shell provides the following built-in commands:<br />
# 	Marks a command.<br />
alias 	Displays alias.<br />
bg 	Resumes job in the background.<br />
break 	Resumes execution after the loop.<br />
breaksw 	Breaks from a switch command; resumes after the endsw command.<br />
case 	Defines a label in a switch command.<br />
cd 	Changes directory.<br />
chdir 	Changes directory, same as cd.<br />
continue 	Continues a loop.<br />
default 	Specifies the default case in a switch.<br />
dirs 	Displays the directory stack.<br />
echo 	Writes arguments to the standard output of the shell.<br />
eval 	Evaluates a command.<br />
exec 	Executes the command in the current shell.<br />
exit 	Exits the shell.<br />
fg 	Brings a job in the foreground.<br />
foreach 	Specifies a looping control statement and execute a sequence of commands until reaching an end command.<br />
glob 	Writes arguments to the standard output of the shell, like the echo command, but without the new line.<br />
goto 	Continues execution after the specified label.<br />
hashstat 	Displays hash table statistics.<br />
history 	Displays the history list.<br />
if 	Executes a command if condition met.<br />
jobs 	Lists active jobs.<br />
kill 	Sends a signal to a process. term (terminate) is the default signal.</p>
<p>limit<br />
	Sets or list system resource limits.<br />
login 	Logs on.<br />
logout 	Logs out.<br />
nice 	Changes the priority of commands run in the shell.<br />
nohup 	Ignores the hangup signal.</p>
<p>notify<br />
	Notifies the user about changes in job status.<br />
onintr 	Tells the shell what to do on interrupt.<br />
popd 	Pops the top directory off the directory stack and changes to the new top directory.<br />
pushd 	Exchanges the top two elements of the directory stack.<br />
rehash 	Re-computes the hash table of the contents of the directories in the path shell variable.</p>
<p>repeat<br />
	Repeats the execution of a command.<br />
set 	Displays or set the value of a shell variable.<br />
setenv 	Sets environment variables.<br />
shift 	Shifts shell arguments.<br />
source 	Reads commands from a script.</p>
<p>stop<br />
	Stops a background job.<br />
suspend 	Stops the current shell.<br />
switch 	Starts a switch.<br />
time 	Displays the time used to execute commands.<br />
umask 	Shows or set file permissions.</p>
<p>unalias<br />
	Removes command alias.<br />
unhash 	Disables the internal hash table.<br />
unlimit 	Removes limitations on system Resource.<br />
unset 	Deletes shell variables.<br />
unsetenv 	Deletes environment variables.<br />
wait 	Waits for background jobs to complete.</p>
<p>while …end<br />
	Executes the commands between the while and matching end statements repetitively.<br />
@ 	Displays or set the values of all the shell variables.</p>
<p>Note: The Shell commands may vary in syntax and usage, the shell command library mentioned as above is for general references. To see how a command is used in a particular shell you should use the man command to see how a command is used in a particular shell.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://contactdubai.com/linux-tutorial/linux-shell-command-library/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
