<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Learning Shell Scripting: A Guide from Newbies to System Administrator	</title>
	<atom:link href="https://www.tecmint.com/learn-shell-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/learn-shell-scripting/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 05 May 2025 05:06:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Manikandan		</title>
		<link>https://www.tecmint.com/learn-shell-scripting/comment-page-1/#comment-985207</link>

		<dc:creator><![CDATA[Manikandan]]></dc:creator>
		<pubDate>Sun, 22 Apr 2018 05:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4324#comment-985207</guid>

					<description><![CDATA[Hi Team, 

I need to get the exact telnet output without any manual intervention 
&lt;pre&gt;
-bash-4.2# echo exit &#124; telnet localhost 22
Trying ::1...
Connected to localhost.
Escape character is &#039;^]&#039;.
Connection closed by foreign host.
&lt;pre&gt;
&lt;pre&gt;
-bash-4.2#  telnet localhost 22
Trying ::1...
Connected to localhost.
Escape character is &#039;^]&#039;.
SSH-2.0-OpenSSH_7.4
^]==========
&lt;/pre&gt;
Here when use telnet localhost 22 - SSH-2 OpenSSH_7.4 is showing , but in echo exit &#124; telnet localhost 22 it&#039;s not showing 
&lt;pre&gt;
Output : 
bash-4.2# echo exit &#124; telnet localhost 22
Trying ::1...
Connected to localhost.
Escape character is &#039;^]&#039;.
Connection closed by foreign host.
telnet&#062; quit
Connection closed.
-bash-4.2#
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi Team, </p>
<p>I need to get the exact telnet output without any manual intervention </p>
<pre>
-bash-4.2# echo exit | telnet localhost 22
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
</pre>
<pre>
</pre>
<pre>
-bash-4.2#  telnet localhost 22
Trying ::1...
Connected to localhost.
Escape character is '^]'.
SSH-2.0-OpenSSH_7.4
^]==========
</pre>
<p>Here when use telnet localhost 22 - SSH-2 OpenSSH_7.4 is showing , but in echo exit | telnet localhost 22 it's not showing </p>
<pre>
Output : 
bash-4.2# echo exit | telnet localhost 22
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
telnet&gt; quit
Connection closed.
-bash-4.2#
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jishnu S		</title>
		<link>https://www.tecmint.com/learn-shell-scripting/comment-page-1/#comment-971580</link>

		<dc:creator><![CDATA[Jishnu S]]></dc:creator>
		<pubDate>Tue, 20 Feb 2018 08:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4324#comment-971580</guid>

					<description><![CDATA[Hi,

Could you please post a shell script program to start and stop aws instances.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you please post a shell script program to start and stop aws instances.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kundan singh		</title>
		<link>https://www.tecmint.com/learn-shell-scripting/comment-page-1/#comment-881445</link>

		<dc:creator><![CDATA[kundan singh]]></dc:creator>
		<pubDate>Wed, 05 Apr 2017 15:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4324#comment-881445</guid>

					<description><![CDATA[@Ravi

ok, means i can not put a command into hold state in a script.]]></description>
			<content:encoded><![CDATA[<p>@Ravi</p>
<p>ok, means i can not put a command into hold state in a script.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/learn-shell-scripting/comment-page-1/#comment-881350</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 05 Apr 2017 05:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4324#comment-881350</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/learn-shell-scripting/comment-page-1/#comment-881316&quot;&gt;kundan singh&lt;/a&gt;.

@Kundan,

Instead using script, try to add individual commands to the cron jobs and run them specific time. This way you can keep your Linux server performance to stable..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/learn-shell-scripting/comment-page-1/#comment-881316">kundan singh</a>.</p>
<p>@Kundan,</p>
<p>Instead using script, try to add individual commands to the cron jobs and run them specific time. This way you can keep your Linux server performance to stable..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kundan singh		</title>
		<link>https://www.tecmint.com/learn-shell-scripting/comment-page-1/#comment-881316</link>

		<dc:creator><![CDATA[kundan singh]]></dc:creator>
		<pubDate>Wed, 05 Apr 2017 00:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4324#comment-881316</guid>

					<description><![CDATA[Hi, I have written a script with four commands. These four commands are taking backup of my servers. But when the script is running it&#039;s taking so much RAM So that I want to RUN these commands one by one but the script file is one. is it possible?]]></description>
			<content:encoded><![CDATA[<p>Hi, I have written a script with four commands. These four commands are taking backup of my servers. But when the script is running it&#8217;s taking so much RAM So that I want to RUN these commands one by one but the script file is one. is it possible?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
