
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Human_readable_formatting_on_the_fly_with_awk</id>
		<title>Human readable formatting on the fly with awk - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Human_readable_formatting_on_the_fly_with_awk"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Human_readable_formatting_on_the_fly_with_awk&amp;action=history"/>
		<updated>2026-04-29T00:39:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=Human_readable_formatting_on_the_fly_with_awk&amp;diff=51&amp;oldid=prev</id>
		<title>Nighthawk: Pushed from thelinuxwiki.com.</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Human_readable_formatting_on_the_fly_with_awk&amp;diff=51&amp;oldid=prev"/>
				<updated>2013-02-25T19:01:42Z</updated>
		
		<summary type="html">&lt;p&gt;Pushed from thelinuxwiki.com.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Convert numerical parameters into human readable text&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example: ==&lt;br /&gt;
&lt;br /&gt;
 # echo 1 | awk '{ if ($1==1) print &amp;quot;Active&amp;quot;; if ($1==0) print &amp;quot;Standby&amp;quot;;}'&lt;br /&gt;
 Active&lt;br /&gt;
&lt;br /&gt;
 # echo 0 | awk '{ if ($1==1) print &amp;quot;Active&amp;quot;; if ($1==0) print &amp;quot;Standby&amp;quot;;}'&lt;br /&gt;
 Standby&lt;br /&gt;
&lt;br /&gt;
[[category:awk]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>