
<?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=bash_single_to_double_digit_conversion</id>
		<title>bash single to double digit conversion - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=bash_single_to_double_digit_conversion"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=bash_single_to_double_digit_conversion&amp;action=history"/>
		<updated>2026-04-29T02:45:21Z</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=bash_single_to_double_digit_conversion&amp;diff=299&amp;oldid=prev</id>
		<title>Nighthawk: Created page with &quot;method using printf...   for i in {1..12};   do    i=`printf &quot;%02d&quot; $i`    echo $i  done  output   01  02  03  04  05  06  07  08  09  10  11  12  category:scripting [[cat...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=bash_single_to_double_digit_conversion&amp;diff=299&amp;oldid=prev"/>
				<updated>2013-05-10T23:39:27Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;method using printf...   for i in {1..12};   do    i=`printf &amp;quot;%02d&amp;quot; $i`    echo $i  done  output   01  02  03  04  05  06  07  08  09  10  11  12  &lt;a href=&quot;/index.php?title=Category:scripting&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:scripting (page does not exist)&quot;&gt;category:scripting&lt;/a&gt; [[cat...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;method using printf...&lt;br /&gt;
&lt;br /&gt;
 for i in {1..12}; &lt;br /&gt;
 do&lt;br /&gt;
   i=`printf &amp;quot;%02d&amp;quot; $i`&lt;br /&gt;
   echo $i&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
output&lt;br /&gt;
&lt;br /&gt;
 01&lt;br /&gt;
 02&lt;br /&gt;
 03&lt;br /&gt;
 04&lt;br /&gt;
 05&lt;br /&gt;
 06&lt;br /&gt;
 07&lt;br /&gt;
 08&lt;br /&gt;
 09&lt;br /&gt;
 10&lt;br /&gt;
 11&lt;br /&gt;
 12&lt;br /&gt;
&lt;br /&gt;
[[category:scripting]]&lt;br /&gt;
[[category:bash]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>