<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>nixCraft &#187; debugging script</title>
	<atom:link href="http://www.cyberciti.biz/tips/tag/debugging-script/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips</link>
	<description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description>
	<lastBuildDate>Tue, 16 Mar 2010 07:01:49 +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>How to debug a Shell Script under Linux or UNIX</title>
		<link>http://www.cyberciti.biz/tips/debugging-shell-script.html</link>
		<comments>http://www.cyberciti.biz/tips/debugging-shell-script.html#comments</comments>
		<pubDate>Mon, 29 Jan 2007 00:12:40 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Debian Linux]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Gentoo Linux]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Shell scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[bash shell]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debug shell script]]></category>
		<category><![CDATA[debugging script]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/debugging-shell-script.html</guid>
		<description><![CDATA[
Raju asks:
How can I Debug a shell scripts?
This is most common question asked by new admins or UNIX user.
Shell scripting debugging can be boring job (read as not easy). There are various ways to debug a shell script.
-x option to debug a shell script
Run a shell script with -x option.
$ bash -x script-name
$ bash -x [...]]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/debugging-shell-script.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.168 seconds -->
