<?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>Data Warehousing &#124; DWH &#187; UNIX in Data Warehousing</title>
	<atom:link href="http://www.dwhnow.com/category/unix-in-data-warehousing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dwhnow.com</link>
	<description>Complete portal for DWH and BI</description>
	<lastBuildDate>Tue, 02 Feb 2010 12:06:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>grep command in unix with example</title>
		<link>http://www.dwhnow.com/grep-command-in-unix-with-example/34</link>
		<comments>http://www.dwhnow.com/grep-command-in-unix-with-example/34#comments</comments>
		<pubDate>Fri, 15 Jan 2010 08:24:44 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Basic Concepts in Data Warehousing]]></category>
		<category><![CDATA[UNIX in Data Warehousing]]></category>

		<guid isPermaLink="false">http://www.dwhnow.com/?p=34</guid>
		<description><![CDATA[Grep command is very useful in UNIX.Grep searches for similar pattern on file and return the result.Example of grep command is grep &#8216;word&#8217; filename &#8211; Will return the line which contain word. grep -i &#8216;nocase&#8217; filename &#8211; This option will make grep case insensitive. grep &#8211; r &#8216;sear&#8217; /etc/ &#8211; This will search in the [...]]]></description>
			<content:encoded><![CDATA[<p>Grep command is very useful in UNIX.Grep searches for similar pattern on file and return the result.Example of grep command is<br />
grep &#8216;word&#8217; filename &#8211; Will return the line which contain word.<br />
grep -i &#8216;nocase&#8217; filename &#8211; This option will make grep case insensitive.<br />
grep &#8211; r &#8216;sear&#8217; /etc/ &#8211; This will search in the whole directory recursively<br />
grep &#8220;boo&#8221; filename &#8211; This will display line which contain exact match of the word boo.<br />
egrep -w &#8216;word1|word2&#8242; filename &#8211; This will search for both the word1 and word2 in the filename.<br />
grep &#8211; c word1 filename &#8211; Will return the number of lines where word1 is found.<br />
grep -v word1 filename &#8211; Will return the line which doesn&#8217;t contain the word1.<br />
grep word1 * &#8211; Will search for occurence of word1 in whole directory<br />
grep ^a.ad fruitlist.txt &#8211; Print line that contain the letter followed by a and in last contain letter ad.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwhnow.com/grep-command-in-unix-with-example/34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Compression and archival in UNIX</title>
		<link>http://www.dwhnow.com/file-compression-and-archival-in-unix/30</link>
		<comments>http://www.dwhnow.com/file-compression-and-archival-in-unix/30#comments</comments>
		<pubDate>Fri, 15 Jan 2010 07:23:56 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Basic Concepts in Data Warehousing]]></category>
		<category><![CDATA[UNIX in Data Warehousing]]></category>

		<guid isPermaLink="false">http://www.dwhnow.com/?p=30</guid>
		<description><![CDATA[There are lot of times when you need to compress and archive files in UNIX in data warehousing project.The reason for this is files in DWH are huge.In this article I will explain how to compress files and than archive them.Files compression is not useful for small files.There are few command and utilities you can [...]]]></description>
			<content:encoded><![CDATA[<p>There are lot of times when you need to compress and archive files in UNIX in data warehousing project.The reason for this is files in DWH are huge.In this article I will explain how to compress files and than archive them.Files compression is not useful for small files.There are few command and utilities you can use to compress files.They are as follows </p>
<p>1. compress<br />
2. gzip<br />
3. tar(with c option) &#8211; Arcchives files without compression<br />
Archive may contain one or more files.Generally archival is done for files which are not used much.<br />
<span id="more-30"></span><br />
The command to decompress are as follows respectively<br />
1.uncompress<br />
2. gunzip<br />
3. tar(with x option)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwhnow.com/file-compression-and-archival-in-unix/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
