<?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: How to echo colored text in linux shell script</title>
	<atom:link href="http://kedar.nitty-witty.com/blog/how-to-echo-colored-text-in-shell-script/feed" rel="self" type="application/rss+xml" />
	<link>http://kedar.nitty-witty.com/blog/how-to-echo-colored-text-in-shell-script</link>
	<description>Kedar&#039;s Blog for MySQL and more</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:35:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Austin&#039;s Note &#187; Shell script輸出有顏色的文字</title>
		<link>http://kedar.nitty-witty.com/blog/how-to-echo-colored-text-in-shell-script/comment-page-1#comment-3263</link>
		<dc:creator>Austin&#039;s Note &#187; Shell script輸出有顏色的文字</dc:creator>
		<pubDate>Fri, 22 Jul 2011 05:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=277#comment-3263</guid>
		<description>[...] How to echo colored text in linux shell script    Categories: Linux, 未分類 Tags: Colored, echo, Linux, Shell script, tput        評論 (0) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to echo colored text in linux shell script    Categories: Linux, 未分類 Tags: Colored, echo, Linux, Shell script, tput        評論 (0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://kedar.nitty-witty.com/blog/how-to-echo-colored-text-in-shell-script/comment-page-1#comment-3236</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Fri, 17 Jun 2011 04:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=277#comment-3236</guid>
		<description>ou will see your text color will turn red.
To reset it you can type following command to make text color white
bash $] tput setaf 7

or to reset everything again text modes
bash $] tput sgr0

Same things you can use in your bash script to colorize output.

Consider following sample bash script for colorize echo:</description>
		<content:encoded><![CDATA[<p>ou will see your text color will turn red.<br />
To reset it you can type following command to make text color white<br />
bash $] tput setaf 7</p>
<p>or to reset everything again text modes<br />
bash $] tput sgr0</p>
<p>Same things you can use in your bash script to colorize output.</p>
<p>Consider following sample bash script for colorize echo:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

