<?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>Interviewfreak</title>
	<atom:link href="http://interviewfreak.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://interviewfreak.com</link>
	<description>Collection of technical interview questions for jobs</description>
	<lastBuildDate>Tue, 03 Jan 2012 08:54:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to pass arguments in shell script?</title>
		<link>http://interviewfreak.com/2011/11/15/how-to-pass-arguments-in-shell-script/</link>
		<comments>http://interviewfreak.com/2011/11/15/how-to-pass-arguments-in-shell-script/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 11:21:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script interview Questions]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1835</guid>
		<description><![CDATA[you can pass arguments in shell script and refer them as $1 $2 etc <a href="http://interviewfreak.com/2011/11/15/how-to-pass-arguments-in-shell-script/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/15/how-to-pass-arguments-in-shell-script/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><p>you can pass arguments in shell script and refer them as $1 $2 etc</p>
<span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/15/how-to-pass-arguments-in-shell-script/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/15/how-to-pass-arguments-in-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to execute a .bat file in cygwin?</title>
		<link>http://interviewfreak.com/2011/11/15/how-to-call-a-bat/</link>
		<comments>http://interviewfreak.com/2011/11/15/how-to-call-a-bat/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 11:17:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script interview Questions]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1829</guid>
		<description><![CDATA[You can call a batch file directly in cygwin as below sh pdf.bat &#160; You can pass arguments as well. How to execute a .bat file in cygwin? How to call bat file in cygwin? <a href="http://interviewfreak.com/2011/11/15/how-to-call-a-bat/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/15/how-to-call-a-bat/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><p>You can call a batch file directly in cygwin as below</p>
<p>sh pdf.bat</p>
<p>&nbsp;</p>
<p>You can pass arguments as well.</p>
<p>How to execute a .bat file in cygwin?</p>
<p>How to call bat file in cygwin?</p>
<span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/15/how-to-call-a-bat/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/15/how-to-call-a-bat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is GREP command?</title>
		<link>http://interviewfreak.com/2011/11/10/what-is-grep-command/</link>
		<comments>http://interviewfreak.com/2011/11/10/what-is-grep-command/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:42:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script interview Questions]]></category>
		<category><![CDATA[Unix interview questions]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1826</guid>
		<description><![CDATA[GREP is a command-line text-search utility originally written for Unix. The grep command searches files or standard input globally for lines matching a given regular expression, and prints the lines to the program&#8217;s standard output <a href="http://interviewfreak.com/2011/11/10/what-is-grep-command/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/10/what-is-grep-command/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><p>GREP is a command-line text-search utility originally written for Unix. The grep command searches files or standard input globally for lines matching a given regular expression, and prints the lines to the program&#8217;s standard output</p>
<span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/10/what-is-grep-command/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/10/what-is-grep-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to search a file in linux/unix?</title>
		<link>http://interviewfreak.com/2011/11/10/how-to-search-a-file-in-linuxunix/</link>
		<comments>http://interviewfreak.com/2011/11/10/how-to-search-a-file-in-linuxunix/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:41:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script interview Questions]]></category>
		<category><![CDATA[Unix interview questions]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1824</guid>
		<description><![CDATA[Find find / -name game Looks for a file named &#8220;game&#8221; starting at the root directory (searching all directories including mounted filesystems). The `-name&#8217; option makes the search case sensitive. You can use the `-iname&#8217; option to find something regardless of case. find /home -user joe Find every file under the directory /home owned by the user joe. find /usr -name *stat Find every file under the directory /usr ending in &#8220;stat&#8221;. <a href="http://interviewfreak.com/2011/11/10/how-to-search-a-file-in-linuxunix/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/10/how-to-search-a-file-in-linuxunix/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><p>Find</p>
<p>find / -name game</p>
<p>Looks for a file named &#8220;game&#8221; starting at the root <a href='http://atlantic-drugs.net/products/viagra.htm'>directory</a> (searching all directories including mounted filesystems). The `-name&#8217; option makes the search case sensitive. You can use the `-iname&#8217; option to find something regardless of case.</p>
<p>find /home -user joe</p>
<p>Find every file under the directory /home owned by the user joe.</p>
<p>find /usr -name *stat</p>
<p>Find every file under the directory /usr ending in &#8220;stat&#8221;.</p>
<span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/10/how-to-search-a-file-in-linuxunix/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/10/how-to-search-a-file-in-linuxunix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you tell the amount of free disk space left on a volume?</title>
		<link>http://interviewfreak.com/2011/11/10/how-do-you-tell-the-amount-of-free-disk-space-left-on-a-volume/</link>
		<comments>http://interviewfreak.com/2011/11/10/how-do-you-tell-the-amount-of-free-disk-space-left-on-a-volume/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:40:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script interview Questions]]></category>
		<category><![CDATA[Unix interview questions]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1822</guid>
		<description><![CDATA[Df or df -h for human readable format <a href="http://interviewfreak.com/2011/11/10/how-do-you-tell-the-amount-of-free-disk-space-left-on-a-volume/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/10/how-do-you-tell-the-amount-of-free-disk-space-left-on-a-volume/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><p>Df or df -h for human readable format</p>
<div style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><script type="text/javascript">
    	google_ad_client = "pub-8208356787225078"; 
    	google_ad_channel ="0980145035";
    	google_ad_width = 728; google_ad_height = 90;
		google_ad_format = "728x90_as"; google_ad_type = "text_image";
		google_color_border = "FFFFFF";
		google_color_link = "0000FF";
		google_color_text = "000000";
		google_color_bg = "FFFFFF";
		google_color_url = "008000"; 
		</script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div><span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/10/how-do-you-tell-the-amount-of-free-disk-space-left-on-a-volume/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/10/how-do-you-tell-the-amount-of-free-disk-space-left-on-a-volume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give an example of set of shell commands that will give you the number of files in a directory ?</title>
		<link>http://interviewfreak.com/2011/11/10/give-an-example-of-set-of-shell-commands-that-will-give-you-the-number-of-files-in-a-directory/</link>
		<comments>http://interviewfreak.com/2011/11/10/give-an-example-of-set-of-shell-commands-that-will-give-you-the-number-of-files-in-a-directory/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:39:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script interview Questions]]></category>
		<category><![CDATA[Unix interview questions]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1820</guid>
		<description><![CDATA[ls &#124; wc -w or ls -l &#124; wc -l <a href="http://interviewfreak.com/2011/11/10/give-an-example-of-set-of-shell-commands-that-will-give-you-the-number-of-files-in-a-directory/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/10/give-an-example-of-set-of-shell-commands-that-will-give-you-the-number-of-files-in-a-directory/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><p>ls | wc -w or ls -l | wc -l</p>
<span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/10/give-an-example-of-set-of-shell-commands-that-will-give-you-the-number-of-files-in-a-directory/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/10/give-an-example-of-set-of-shell-commands-that-will-give-you-the-number-of-files-in-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How you can see permission attribute for file?</title>
		<link>http://interviewfreak.com/2011/11/10/how-you-can-see-permission-attribute-for-file/</link>
		<comments>http://interviewfreak.com/2011/11/10/how-you-can-see-permission-attribute-for-file/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:38:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script interview Questions]]></category>
		<category><![CDATA[Unix interview questions]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1818</guid>
		<description><![CDATA[ls -l <a href="http://interviewfreak.com/2011/11/10/how-you-can-see-permission-attribute-for-file/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/10/how-you-can-see-permission-attribute-for-file/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><p>ls -l</p>
<span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/10/how-you-can-see-permission-attribute-for-file/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/10/how-you-can-see-permission-attribute-for-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you list files in Linux?</title>
		<link>http://interviewfreak.com/2011/11/10/how-do-you-list-files-in-linux/</link>
		<comments>http://interviewfreak.com/2011/11/10/how-do-you-list-files-in-linux/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:37:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script interview Questions]]></category>
		<category><![CDATA[Unix interview questions]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1816</guid>
		<description><![CDATA[ls <a href="http://interviewfreak.com/2011/11/10/how-do-you-list-files-in-linux/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/10/how-do-you-list-files-in-linux/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><p>ls</p>
<span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/10/how-do-you-list-files-in-linux/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/10/how-do-you-list-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to call a shell script on command prompt?</title>
		<link>http://interviewfreak.com/2011/11/10/how-to-call-a-shell-script-on-command-prompt/</link>
		<comments>http://interviewfreak.com/2011/11/10/how-to-call-a-shell-script-on-command-prompt/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:35:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shell Script interview Questions]]></category>
		<category><![CDATA[Unix interview questions]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1814</guid>
		<description><![CDATA[sh xyz.sh <a href="http://interviewfreak.com/2011/11/10/how-to-call-a-shell-script-on-command-prompt/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/10/how-to-call-a-shell-script-on-command-prompt/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><p>sh xyz.sh</p>
<span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/10/how-to-call-a-shell-script-on-command-prompt/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/10/how-to-call-a-shell-script-on-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference among &#8220;dropping a table&#8221;, &#8220;truncating a table&#8221; and &#8220;deleting all records&#8221; from a table?</title>
		<link>http://interviewfreak.com/2011/11/10/what-is-the-difference-among-dropping-a-table-truncating-a-table-and-deleting-all-records-from-a-table/</link>
		<comments>http://interviewfreak.com/2011/11/10/what-is-the-difference-among-dropping-a-table-truncating-a-table-and-deleting-all-records-from-a-table/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:33:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL interview questions]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://interviewfreak.com/?p=1811</guid>
		<description><![CDATA[Dropping:  (Table structure + Data are deleted), Invalidates the dependent objects, Drops the indexes Truncating:  (Data alone deleted), Performs an automatic commit, faster than delete. He operation cannot be rolled back and no triggers will be fired. Delete: (Data alone deleted), doesn’t perform automatic commit. We can put where clause <a href="http://interviewfreak.com/2011/11/10/what-is-the-difference-among-dropping-a-table-truncating-a-table-and-deleting-all-records-from-a-table/" rel="bookmark">more</a>]]></description>
			<content:encoded><![CDATA[<fb:like href='http://interviewfreak.com/2011/11/10/what-is-the-difference-among-dropping-a-table-truncating-a-table-and-deleting-all-records-from-a-table/' send='false' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like><ul>
<li>Dropping:  (Table structure + Data are deleted), Invalidates the dependent objects, Drops the indexes</li>
<li>Truncating:  (Data alone deleted), Performs an automatic commit, faster than delete. He operation cannot be rolled back and no triggers will be fired.</li>
<li>Delete: (Data alone deleted), doesn’t perform automatic commit. We can put where clause</li>
</ul>
<span class="fb_share"><fb:like href="http://interviewfreak.com/2011/11/10/what-is-the-difference-among-dropping-a-table-truncating-a-table-and-deleting-all-records-from-a-table/" layout="button_count"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://interviewfreak.com/2011/11/10/what-is-the-difference-among-dropping-a-table-truncating-a-table-and-deleting-all-records-from-a-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

