<?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>Bala-Krishna &#187; Financial</title>
	<atom:link href="http://www.bala-krishna.com/category/financial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bala-krishna.com</link>
	<description>Web Developer &#38; Internet Marketing Consultant</description>
	<lastBuildDate>Sun, 21 Mar 2010 15:28:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to extract .gz file content by gunzip utility</title>
		<link>http://www.bala-krishna.com/how-to-extract-gz-file-content-by-gunzip-utility/</link>
		<comments>http://www.bala-krishna.com/how-to-extract-gz-file-content-by-gunzip-utility/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 18:43:52 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Crawler]]></category>
		<category><![CDATA[Error Log]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[FFMPEG-PHP]]></category>
		<category><![CDATA[FLVTool]]></category>
		<category><![CDATA[Financial]]></category>
		<category><![CDATA[Firefox Add-On]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Gmail Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Online Media]]></category>
		<category><![CDATA[Operating System Tutorial]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Page Rank]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Window Application]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/how-to-extract-gz-file-content-by-gunzip-utility</guid>
		<description><![CDATA[

			
				
			
		
Like the windows, gz is common compression utility in Linux.  This guide is to extract content of the .gz file by gunzip utility. Here is the command to see and extract content of the gz file.
View gz file content
gunzip -c mybackup.gz
Extract file file content in another file. you can use different file extension depend [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/how-to-extract-gz-file-content-by-gunzip-utility/&title=How+to+extract+.gz+file+content+by+gunzip+utility&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-extract-gz-file-content-by-gunzip-utility%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-extract-gz-file-content-by-gunzip-utility%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Like the windows, gz is common compression utility in Linux.  This guide is to extract content of the .gz file by gunzip utility. Here is the command to see and extract content of the gz file.</p>
<blockquote><p>View gz file content</p>
<p>gunzip -c mybackup.gz</p>
<p>Extract file file content in another file. you can use different file extension depend on the content of file.</p>
<p>gunzip -c mybackup.gz &gt; mybackup.sql</p></blockquote>
<blockquote><p>Compress               the mybackup.sql file as mybackup.gz in the current directory.</p>
<p>gunzip  -c mybackup.sql &gt; mybackup.gz</p></blockquote>
<p>Here is the full details of the gzip command.</p>
<p><span id="more-243"></span><br />
<strong>Syntax</strong></p>
<p><em> gzip [ -acdfhlLnNrtvV19 ] [-S suffix] [ name ...  ]</em></p>
<p><em>gunzip [ -acfhlLnNrtvV ] [-S suffix] [ name ...  ]</em></p>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" width="120">-a&#8211;ascii</td>
<td valign="top">Ascii text mode: convert end-of-lines using local conventions. This option is  supported                      only  on  some non-Unix  systems.  For  MSDOS,  CR LF is converted to LF when                      compressing, and LF is converted to CR LF when decompressing.</td>
</tr>
<tr>
<td valign="top" width="120">-c&#8211;stdout&#8211;to-stdout</td>
<td valign="top">Write output on standard output; keep original files unchanged. If  there are several input files, the output consists of a sequence of  independently compressed members. To obtain better compression,  concatenate all input files before compressing them.</td>
</tr>
<tr>
<td valign="top" width="120">-d&#8211;decompress&#8211;uncompress</td>
<td valign="top">Decompress.</td>
</tr>
<tr>
<td valign="top" width="120">-f&#8211;force</td>
<td valign="top">Force compression or decompression even if the file has multiple links or the corresponding file already                      exists,  or  if the compressed data is read from or written to a terminal. If the input data is not in a                      format recognized by gzip, and if the option &#8211;stdout is also given, copy the input data without  change                      to  the  standard  ouput: let zcat behave as cat.  If -f is not given, and when not running in the back                      ground, gzip prompts to verify whether an existing file should be overwritten.</td>
</tr>
<tr>
<td valign="top" width="120">-h&#8211;help</td>
<td valign="top">Display a help screen and quit.</td>
</tr>
<tr>
<td valign="top" width="120">-l&#8211;list</td>
<td valign="top">For each compressed file, list the following fields:</p>
<blockquote><p>compressed size: size of the compressed file</p>
<p>uncompressed size: size of the uncompressed file</p>
<p>ratio: compression ratio (0.0% if unknown)</p>
<p>uncompressed_name: name of the uncompressed file</p></blockquote>
<p>The uncompressed size is given as -1 for files not in gzip format, such as compressed .Z files.  To  get                      the uncompressed size for such a file, you can use:</p>
<blockquote><p>zcat file.Z | wc -c</p></blockquote>
<p>In combination with the &#8211;verbose option, the following fields are also displayed:</p>
<blockquote><p>method: compression method</p>
<p>crc: the 32-bit CRC of the uncompressed data</p>
<p>date &amp; time: time stamp for the uncompressed file</p></blockquote>
<p>The  compression methods currently supported are deflate, compress, lzh (SCO compress -H) and pack.  The</p>
<p>crc is given as ffffffff for a file not in gzip format.</p>
<p>With &#8211;name, the uncompressed name,  date and time  are those stored within the compress  file  if  present.</p>
<p>With &#8211;verbose, the size totals and compression ratio for all files is also displayed, unless some sizes                      are unknown. With &#8211;quiet, the title and totals lines are not displayed.</td>
</tr>
<tr>
<td valign="top" width="120">-L&#8211;licence</td>
<td valign="top">Display the gzip license and quit.</td>
</tr>
<tr>
<td valign="top" width="120">-n&#8211;no-name</td>
<td valign="top">When compressing, do not save the original file name and time stamp by default. (The  original  name  is                      always saved if the name had to be truncated.) When decompressing, do not restore the original file name                      if present (remove only the gzip suffix from the compressed file name) and do not restore  the  original                      time stamp if present (copy it from the compressed file). This option is the default when                      decompressing.</td>
</tr>
<tr>
<td valign="top" width="120">-N&#8211;name</td>
<td valign="top">When compressing, always save the original file name and time stamp;  this is the default. When decompressing, restore the original file name  and time stamp if present. This option is useful on systems which have  a limit on file name length or when the time stamp has been lost after  a file transfer.</td>
</tr>
<tr>
<td valign="top" width="120">-q-quiet</td>
<td valign="top">Suppress all warnings.</td>
</tr>
<tr>
<td valign="top" width="120">-r&#8211;recursive</td>
<td valign="top">Travel the directory structure recursively. If any of the file names  specified on the command line are directories, gzip will descend into  the directory and compress all the files it finds there (or decompress  them in the case of gunzip ).</td>
</tr>
<tr>
<td valign="top" width="120">-S .suf&#8211;suffix .suf</td>
<td valign="top">Use suffix .suf instead of .gz. Any suffix can be given, but suffixes other than .z and  .gz  should  be                      avoided  to avoid confusion when files are transferred to other systems.  A null suffix forces gunzip to                      try decompression on all given files regardless of suffix, as in:gunzip -S &#8220;&#8221; *       (*.* for MSDOS)Previous versions of gzip used the .z suffix. This was changed to avoid a conflict with <a href="http://www.computerhope.com/unix/upack.htm">pack</a>.</td>
</tr>
<tr>
<td valign="top" width="120">-t&#8211;test</td>
<td valign="top">Test. Check the compressed file integrity.</td>
</tr>
<tr>
<td valign="top" width="120">-v-verbose</td>
<td valign="top">Verbose. Display the name and percentage reduction for each file compressed or decompressed.</td>
</tr>
<tr>
<td valign="top" width="120">-V&#8211;version</td>
<td valign="top">Version. Display the version number and compilation options then quit.</td>
</tr>
<tr>
<td valign="top" width="120">-#&#8211;fast&#8211;best</td>
<td valign="top">Regulate the speed of compression using the specified digit #, where -1 or &#8211;fast indicates the  fastest                      compression  method  (less  compression) and -9 or &#8211;best indicates the slowest compression method (best                      compression).  The default compression level is -6 (that is, biased towards high compression at  expense                      of speed).</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/how-to-extract-gz-file-content-by-gunzip-utility/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search your bank SWIFT code online</title>
		<link>http://www.bala-krishna.com/search-your-bank-swift-code-online/</link>
		<comments>http://www.bala-krishna.com/search-your-bank-swift-code-online/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 20:24:18 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Business Talk]]></category>
		<category><![CDATA[Financial]]></category>
		<category><![CDATA[Online Media]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Swift Code]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/search-your-bank-swift-code-online/</guid>
		<description><![CDATA[

			
				
			
		

Are you looking for your bank swift code to wire transfer and tired from long communication from your bank customer care executive personnels?  Probably, swift website is right place and help you to find out your bank swift code easily. Swift code also called BIC number required to receive money from wire transfer.  [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/search-your-bank-swift-code-online/&title=Search+your+bank+SWIFT+code+online&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fsearch-your-bank-swift-code-online%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fsearch-your-bank-swift-code-online%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2007/10/swift-logo.jpg" target="_blank" title="search your bank swift code online"><img src="http://www.bala-krishna.com/wp-content/uploads/2007/10/swift-logo.jpg" alt="search your bank swift code online" /></a></p>
<p>Are you looking for your bank swift code to wire transfer and tired from long communication from your bank customer care executive personnels?  Probably, swift website is right place and help you to find out your bank swift code easily. Swift code also called BIC number required to receive money from wire transfer.  To search swift code, open website by clicking swift logo in this post and find BIC search box on right bar content of the website.</p>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2007/10/swift-code.jpg" title="search your bank swift code online"><img src="http://www.bala-krishna.com/wp-content/uploads/2007/10/swift-code.jpg" alt="search your bank swift code online" /></a></p>
<p><strong> Search Result Swift Code for ICICI BANK<br />
</strong></p>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2007/10/swift-code-search-result.jpg" title="swift code search result"><img src="http://www.bala-krishna.com/wp-content/uploads/2007/10/swift-code-search-result.jpg" alt="swift code search result" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/search-your-bank-swift-code-online/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
	</channel>
</rss>
