<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dev's</title>
	<atom:link href="http://itsdevs.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://itsdevs.wordpress.com</link>
	<description>C,Unix</description>
	<lastBuildDate>Sat, 15 Nov 2008 14:30:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='itsdevs.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5df4dffef6b7973559c9c50150153579?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Dev's</title>
		<link>http://itsdevs.wordpress.com</link>
	</image>
			<item>
		<title>More significance of “ “</title>
		<link>http://itsdevs.wordpress.com/2008/07/21/more-significance-of-%e2%80%9c-%e2%80%9c/</link>
		<comments>http://itsdevs.wordpress.com/2008/07/21/more-significance-of-%e2%80%9c-%e2%80%9c/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 06:51:27 +0000</pubDate>
		<dc:creator>devps</dc:creator>
				<category><![CDATA[UTips]]></category>

		<guid isPermaLink="false">http://itsdevs.wordpress.com/?p=17</guid>
		<description><![CDATA[While testing conditions it would be better to use double quotes as follows
If [ “$VAR” = “value” ]
So that if a blank value comes as the value of the variable VAR, it will not generate any error.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=17&subd=itsdevs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">While testing conditions it would be better to use double quotes as follows</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">If [ “$VAR” = “value” ]</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">So that if a blank value comes as the value of the variable VAR, it will not generate any error.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/itsdevs.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/itsdevs.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsdevs.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsdevs.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsdevs.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsdevs.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsdevs.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsdevs.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsdevs.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsdevs.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsdevs.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsdevs.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=17&subd=itsdevs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://itsdevs.wordpress.com/2008/07/21/more-significance-of-%e2%80%9c-%e2%80%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2061ba5cd31703ff7f3ca374f8266f4a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">devps</media:title>
		</media:content>
	</item>
		<item>
		<title>What is the significance of &amp;</title>
		<link>http://itsdevs.wordpress.com/2008/07/14/what-is-the-significance-of/</link>
		<comments>http://itsdevs.wordpress.com/2008/07/14/what-is-the-significance-of/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 07:26:54 +0000</pubDate>
		<dc:creator>devps</dc:creator>
				<category><![CDATA[UTips]]></category>

		<guid isPermaLink="false">http://itsdevs.wordpress.com/?p=14</guid>
		<description><![CDATA[

We usually treat &#38; as the address of variable. The same feature is incorporated in Unix as well. This is for redirecting the outputs from different operations. 
For eg: ps &#62;&#62; /dev/null 2&#62;&#38;1
This is telling the kernel to put the error along with the normal outputs to the same file. &#38;1 refers to the 
filename [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=14&subd=itsdevs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!--[if gte mso 9]&gt;  Normal 0   &lt;![endif]--></p>
<p><!--[if gte mso 9]&gt;  Normal 0   &lt;![endif]--></p>
<p><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">We usually treat &amp; as the address of variable. The same feature is incorporated in Unix as well. This is for redirecting the outputs from different operations. </span></p>
<p class="MsoNormal" style="text-indent:.5in;margin:0 0 0 .5in;"><span style="font-size:10pt;font-family:Tahoma;"><span style="color:#ffffff;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">For eg: ps &gt;&gt; /dev/null 2&gt;&amp;1</span></span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Tahoma;"><span style="color:#ffffff;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">This is telling the kernel to put the error along with the normal outputs to the same file. &amp;1 refers to the </span></span></span></span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:10pt;font-family:Tahoma;"><span style="color:#ffffff;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">filename that is referred for the standard output.</span></span></span></span></p>
<p class="MsoNormal"><span style="color:#99ccff;"><!--[if !supportEmptyParas]--> <!--[endif]--></span></p>
<p class="MsoNormal"><span style="color:#99ccff;"><!--[if !supportEmptyParas]--> <!--[endif]--></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/itsdevs.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/itsdevs.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsdevs.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsdevs.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsdevs.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsdevs.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsdevs.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsdevs.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsdevs.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsdevs.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsdevs.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsdevs.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=14&subd=itsdevs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://itsdevs.wordpress.com/2008/07/14/what-is-the-significance-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2061ba5cd31703ff7f3ca374f8266f4a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">devps</media:title>
		</media:content>
	</item>
		<item>
		<title>Why we use ./ while running a script.</title>
		<link>http://itsdevs.wordpress.com/2008/07/14/why-we-use-while-running-a-script/</link>
		<comments>http://itsdevs.wordpress.com/2008/07/14/why-we-use-while-running-a-script/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 07:26:21 +0000</pubDate>
		<dc:creator>devps</dc:creator>
				<category><![CDATA[UTips]]></category>

		<guid isPermaLink="false">http://itsdevs.wordpress.com/?p=13</guid>
		<description><![CDATA[ As we all know there is PATH environmental variable. And some paths will be defined for this. When we give a script name as such, the shell will search for this script name in those paths and if not found, the script will not get executed. This is why sometimes we get the error [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=13&subd=itsdevs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!--[if gte mso 9]&gt;  Normal 0   &lt;![endif]--> <span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">As we all know there is PATH environmental variable. And some paths will be defined for this. When we give a script name as such, the shell will search for this script name in those paths and if not found, the script will not get executed. This is why sometimes we get the error saying that the specified script not found. So to avoid this, either you add the pathname where your scripts resides to the PATH variable or run the job as ./ [ if your job is in the current directory where you are standing] or give the absolute path for running the job.</span></p>
<p>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/itsdevs.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/itsdevs.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsdevs.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsdevs.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsdevs.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsdevs.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsdevs.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsdevs.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsdevs.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsdevs.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsdevs.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsdevs.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=13&subd=itsdevs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://itsdevs.wordpress.com/2008/07/14/why-we-use-while-running-a-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2061ba5cd31703ff7f3ca374f8266f4a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">devps</media:title>
		</media:content>
	</item>
		<item>
		<title>Searching</title>
		<link>http://itsdevs.wordpress.com/2008/07/11/searching/</link>
		<comments>http://itsdevs.wordpress.com/2008/07/11/searching/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 03:52:07 +0000</pubDate>
		<dc:creator>devps</dc:creator>
				<category><![CDATA[Unix Commands]]></category>

		<guid isPermaLink="false">http://itsdevs.wordpress.com/?p=10</guid>
		<description><![CDATA[Most useful part. Listing the commands used in unix to achieve this.
grep 
egrep
fgrep
find
strings
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=10&subd=itsdevs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Most useful part. Listing the commands used in unix to achieve this.<br />
<span style="color:#aa77aa;"><a title="grep" href="http://itsdevs.wordpress.com/2008/07/11/egrep/" target="_self">grep </a></span><br />
<span style="color:#aa77aa;"><a title="egrep" href="http://itsdevs.wordpress.com/2008/07/11/egrep-2/" target="_self">egrep</a></span><br />
<span style="color:#aa77aa;"><a title="fgrep" href="http://itsdevs.wordpress.com/2008/07/11/fgrep/" target="_self">fgrep</a></span><br />
<span style="color:#aa77aa;"><a title="find" href="http://itsdevs.wordpress.com/2008/07/11/find/" target="_self">find</a><br />
<span style="color:#aa77aa;"><a title="strings" href="http://itsdevs.wordpress.com/2008/07/11/strings/" target="_self">strings</a></span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/itsdevs.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/itsdevs.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsdevs.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsdevs.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsdevs.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsdevs.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsdevs.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsdevs.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsdevs.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsdevs.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsdevs.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsdevs.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=10&subd=itsdevs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://itsdevs.wordpress.com/2008/07/11/searching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2061ba5cd31703ff7f3ca374f8266f4a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">devps</media:title>
		</media:content>
	</item>
		<item>
		<title>grep</title>
		<link>http://itsdevs.wordpress.com/2008/07/11/egrep/</link>
		<comments>http://itsdevs.wordpress.com/2008/07/11/egrep/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 03:37:40 +0000</pubDate>
		<dc:creator>devps</dc:creator>
				<category><![CDATA[Searching]]></category>

		<guid isPermaLink="false">http://itsdevs.wordpress.com/?p=7</guid>
		<description><![CDATA[
Damn good search engine&#8230;will get the results in different fashions even




grep -lR   gives out the files having the searching pattern
grep -nR  lists out the lines that matched
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=7&subd=itsdevs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!--[if gte mso 9]&gt;  Normal 0   &lt;![endif]--></p>
<p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">Damn good search engine&#8230;will get the results in different fashions even</span></p>
<p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;"><br />
</span></p>
<p style="margin:0 0 .0001pt .5in;">
<p style="margin:0 0 .0001pt .5in;"><span style="color:#c0c0c0;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;"><!--[if !supportEmptyParas]--><!--[endif]--></span></span></p>
<p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">grep -lR   gives out the files having the searching pattern</span></p>
<p style="margin:0 0 .0001pt .5in;"><span style="color:#c0c0c0;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">grep -nR  lists out the lines that matched</span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/itsdevs.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/itsdevs.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsdevs.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsdevs.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsdevs.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsdevs.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsdevs.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsdevs.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsdevs.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsdevs.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsdevs.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsdevs.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=7&subd=itsdevs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://itsdevs.wordpress.com/2008/07/11/egrep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2061ba5cd31703ff7f3ca374f8266f4a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">devps</media:title>
		</media:content>
	</item>
		<item>
		<title>find</title>
		<link>http://itsdevs.wordpress.com/2008/07/11/find/</link>
		<comments>http://itsdevs.wordpress.com/2008/07/11/find/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 03:36:44 +0000</pubDate>
		<dc:creator>devps</dc:creator>
				<category><![CDATA[Searching]]></category>

		<guid isPermaLink="false">http://itsdevs.wordpress.com/?p=5</guid>
		<description><![CDATA[The most useful Command for me.  Used it to search for a file that is last accessed modified or for a file whose path is not known to me
 

find -cmin -20  -&#62; finds out the files last modified within last 20 minutes or lesser than that in the preset working directory
 
find -name [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=5&subd=itsdevs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">The most useful Command for me. <span> </span>Used it to search for a file that is last accessed modified or for a file whose path is not known to me</span></p>
<p style="margin:0 0 .0001pt .5in;"><span style="color:#ffffff;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;"><!--[if !supportEmptyParas]--> <!--[endif]--></span></span></p>
<p style="margin:0 0 .0001pt .5in;">
<p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">find -cmin -20  -&gt; finds out the files last modified within last 20 minutes or lesser than that in the preset working directory</span></p>
<p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;"><!--[if !supportEmptyParas]--> <!--[endif]--></span></p>
<p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">find -name &#8220;file&#8221; -&gt; search for a particular file</span></p>
<p style="margin:0 0 .0001pt .5in;">
<p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">Lot more options are available. Listed the 2 I most used.</span></p>
<p class="MsoNormal"><span style="color:#99ccff;"><!--[if !supportEmptyParas]--><!--[endif]--></span></p>
<p><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;"></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/itsdevs.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/itsdevs.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsdevs.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsdevs.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsdevs.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsdevs.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsdevs.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsdevs.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsdevs.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsdevs.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsdevs.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsdevs.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=5&subd=itsdevs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://itsdevs.wordpress.com/2008/07/11/find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2061ba5cd31703ff7f3ca374f8266f4a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">devps</media:title>
		</media:content>
	</item>
		<item>
		<title>Strings</title>
		<link>http://itsdevs.wordpress.com/2008/07/11/strings/</link>
		<comments>http://itsdevs.wordpress.com/2008/07/11/strings/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 03:33:01 +0000</pubDate>
		<dc:creator>devps</dc:creator>
				<category><![CDATA[Searching]]></category>

		<guid isPermaLink="false">http://itsdevs.wordpress.com/?p=4</guid>
		<description><![CDATA[
Prints the strings of printable characters in a file.
I used this for a search in core files&#8230;

 
Can be used to explore the strings in a binary file
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=4&subd=itsdevs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!--[if gte mso 9]&gt;  Normal 0   &lt;![endif]--></p>
<p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">Prints the strings of printable characters in a file.<br />
I used this for a search in core files&#8230;</span></p>
<p><!--[if gte mso 9]&gt;  Normal 0   &lt;![endif]--></p>
<p style="margin:0 0 .0001pt .5in;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;"><!--[if !supportEmptyParas]--> </span></p>
<p style="text-indent:.5in;margin:0 0 .0001pt;"><span style="font-size:10pt;font-family:Tahoma;color:#99ccff;">Can be used to explore the strings in a binary file</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/itsdevs.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/itsdevs.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/itsdevs.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/itsdevs.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/itsdevs.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/itsdevs.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/itsdevs.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/itsdevs.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/itsdevs.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/itsdevs.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/itsdevs.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/itsdevs.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=itsdevs.wordpress.com&blog=4189968&post=4&subd=itsdevs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://itsdevs.wordpress.com/2008/07/11/strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2061ba5cd31703ff7f3ca374f8266f4a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">devps</media:title>
		</media:content>
	</item>
	</channel>
</rss>