<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To Find a Location of a Directory in Unix</title>
	<atom:link href="http://www.unixtutorial.org/2008/04/find-location-of-directory-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2008/04/find-location-of-directory-in-unix/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 21 Jan 2010 02:07:52 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rakesh</title>
		<link>http://www.unixtutorial.org/2008/04/find-location-of-directory-in-unix/comment-page-1/#comment-5453</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Thu, 09 Jul 2009 08:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=43#comment-5453</guid>
		<description>To find a file you can use the command as follows - 

find . -name &quot;file_name&quot;

the dot &quot;.&quot; indicates the current directory. 

This will try to find the file within the current directory and it&#039;s sub-directories. You can even use the wildcard character , asterix &quot;*&quot;, to find files.</description>
		<content:encoded><![CDATA[<p>To find a file you can use the command as follows &#8211; </p>
<p>find . -name "file_name"</p>
<p>the dot "." indicates the current directory. </p>
<p>This will try to find the file within the current directory and it's sub-directories. You can even use the wildcard character , asterix "*", to find files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Singh K</title>
		<link>http://www.unixtutorial.org/2008/04/find-location-of-directory-in-unix/comment-page-1/#comment-2598</link>
		<dc:creator>Singh K</dc:creator>
		<pubDate>Fri, 27 Mar 2009 12:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=43#comment-2598</guid>
		<description>i have to find the location of the file which is called from the shell i.e the current location of the file where it is kept
can any one help on this?</description>
		<content:encoded><![CDATA[<p>i have to find the location of the file which is called from the shell i.e the current location of the file where it is kept<br />
can any one help on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To List Directories in a Directory in Unix &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/04/find-location-of-directory-in-unix/comment-page-1/#comment-203</link>
		<dc:creator>How To List Directories in a Directory in Unix &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Wed, 09 Apr 2008 12:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=43#comment-203</guid>
		<description>[...] &#8592; How To Find a Location of a Directory in Unix [...]</description>
		<content:encoded><![CDATA[<p>[...] &larr; How To Find a Location of a Directory in Unix [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
