<?xml version="1.0" encoding="iso-8859-1"?>
<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>Scripts Guide</title>
		<link>http://shellscripts45.topdiscussion.com/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Fri, 13 Jun 2008 11:06:49 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Scripts Guide</title>
			<url>http://illiweb.com/fa/bbtech/logo.jpg</url>
			<link>http://shellscripts45.topdiscussion.com/feed/?</link>
		</image>
		<item>
			<title>Viagra for free!!!</title>
			<link>http://shellscripts45.topdiscussion.com/ifelse-f1/viagra-for-free-t2.htm</link>
			<dc:creator>krakatoa</dc:creator>
			<description>Investigators of our laboratory realised tests of Vigorin by a period of two years. From the beginning the results were amazing. The one that we had had to hope two years to send to the market the Vigorin® pill had to that we wished to find the composition optimal. Finally we have managed to produce the Vigorin® that we offer to him and we are convinced of to have developed a powerful product for the love, potenciador of the libido. Its definitive composition has demonstrated to be very effective  ...</description>
			<category>if..else</category>
			<pubDate>Fri, 13 Jun 2008 11:06:49 GMT</pubDate>
			<comments>http://shellscripts45.topdiscussion.com/ifelse-f1/viagra-for-free-t2.htm#2</comments>
			<guid>http://shellscripts45.topdiscussion.com/ifelse-f1/viagra-for-free-t2.htm</guid>
		</item>
		<item>
			<title>script with if</title>
			<link>http://shellscripts45.topdiscussion.com/ifelse-f1/script-with-if-t1.htm</link>
			<dc:creator>admin</dc:creator>
			<description><![CDATA[$ vi isnump_n
<br />
#!/bin/sh
<br />
#
<br />
# Script to see whether argument is positive or negative
<br />
#
<br />
if [ $# -eq 0 ]
<br />
then
<br />
echo "$0 : You must give/supply one integers"
<br />
exit 1
<br />
fi
<br />

<br />

<br />
if test $1 -gt 0
<br />
then
<br />
echo "$1 number is positive"
<br />
else
<br />
echo "$1 number is negative"
<br />
fi]]></description>
			<category>if..else</category>
			<pubDate>Fri, 13 Jun 2008 11:02:55 GMT</pubDate>
			<comments>http://shellscripts45.topdiscussion.com/ifelse-f1/script-with-if-t1.htm#1</comments>
			<guid>http://shellscripts45.topdiscussion.com/ifelse-f1/script-with-if-t1.htm</guid>
		</item>
	</channel>
</rss>