<?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>shell scripting | Tecmint: Linux Howtos, Tutorials &amp; Guides</title>
	<atom:link href="https://www.tecmint.com/tag/shell-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 29 Nov 2017 11:01:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.tecmint.com/wp-content/uploads/2020/07/favicon.ico</url>
	<title>shell scripting | Tecmint: Linux Howtos, Tutorials &amp; Guides</title>
	<link>https://www.tecmint.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>A Shell Script to Send Email Alert When Memory Gets Low</title>
		<link>https://www.tecmint.com/shell-script-to-send-email-alert-when-memory-low/</link>
					<comments>https://www.tecmint.com/shell-script-to-send-email-alert-when-memory-low/#comments</comments>
		
		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 29 Nov 2017 10:59:16 +0000</pubDate>
				<category><![CDATA[Bash Shell]]></category>
		<category><![CDATA[Monitoring Tools]]></category>
		<category><![CDATA[shell scripting]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28057</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/shell-script-to-send-email-alert-when-memory-low/">A Shell Script to Send Email Alert When Memory Gets Low</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>A powerful aspect of Unix/Linux shell programs such as bash, is their amazing support for common programming constructs that enable</p>
The post <a href="https://www.tecmint.com/shell-script-to-send-email-alert-when-memory-low/">A Shell Script to Send Email Alert When Memory Gets Low</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/shell-script-to-send-email-alert-when-memory-low/feed/</wfw:commentRss>
			<slash:comments>18</slash:comments>
		
		
			</item>
		<item>
		<title>10 Useful Tips for Writing Effective Bash Scripts in Linux</title>
		<link>https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/</link>
					<comments>https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/#comments</comments>
		
		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 19 May 2017 06:56:32 +0000</pubDate>
				<category><![CDATA[Bash Shell]]></category>
		<category><![CDATA[shell scripting]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25666</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/">10 Useful Tips for Writing Effective Bash Scripts in Linux</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>Shell scripting is the easiest form of programming you can learn/do in Linux. More so, it is a required skill</p>
The post <a href="https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/">10 Useful Tips for Writing Effective Bash Scripts in Linux</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>ShellCheck &#8211; A Tool That Shows Warnings and Suggestions for Shell Scripts</title>
		<link>https://www.tecmint.com/shellcheck-shell-script-code-analyzer-for-linux/</link>
					<comments>https://www.tecmint.com/shellcheck-shell-script-code-analyzer-for-linux/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 24 Apr 2017 07:14:05 +0000</pubDate>
				<category><![CDATA[Bash Shell]]></category>
		<category><![CDATA[shell scripting]]></category>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25442</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/shellcheck-shell-script-code-analyzer-for-linux/">ShellCheck – A Tool That Shows Warnings and Suggestions for Shell Scripts</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>ShellCheck is a static analysis tool that shows warnings and suggestions concerning bad code in bash/sh shell scripts. It can</p>
The post <a href="https://www.tecmint.com/shellcheck-shell-script-code-analyzer-for-linux/">ShellCheck – A Tool That Shows Warnings and Suggestions for Shell Scripts</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/shellcheck-shell-script-code-analyzer-for-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Trace Execution of Commands in Shell Script with Shell Tracing</title>
		<link>https://www.tecmint.com/trace-shell-script-execution-in-linux/</link>
					<comments>https://www.tecmint.com/trace-shell-script-execution-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Sat, 31 Dec 2016 06:00:05 +0000</pubDate>
				<category><![CDATA[Bash Shell]]></category>
		<category><![CDATA[shell scripting]]></category>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23968</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/trace-shell-script-execution-in-linux/">How to Trace Execution of Commands in Shell Script with Shell Tracing</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>In this article of the shell script debugging series, we will explain the third shell script debugging mode, that is</p>
The post <a href="https://www.tecmint.com/trace-shell-script-execution-in-linux/">How to Trace Execution of Commands in Shell Script with Shell Tracing</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/trace-shell-script-execution-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Perform Syntax Checking Debugging Mode in Shell Scripts</title>
		<link>https://www.tecmint.com/check-syntax-in-shell-script/</link>
					<comments>https://www.tecmint.com/check-syntax-in-shell-script/#comments</comments>
		
		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Sat, 10 Dec 2016 05:31:33 +0000</pubDate>
				<category><![CDATA[Bash Shell]]></category>
		<category><![CDATA[shell scripting]]></category>
		<guid isPermaLink="false">http://www.tecmint.com/?p=23789</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/check-syntax-in-shell-script/">How to Perform Syntax Checking Debugging Mode in Shell Scripts</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>We started the shell script debugging series by explaining the different debugging options and how to enable shell script debugging</p>
The post <a href="https://www.tecmint.com/check-syntax-in-shell-script/">How to Perform Syntax Checking Debugging Mode in Shell Scripts</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/check-syntax-in-shell-script/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
