<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: What does &#8220;./&#8221; (dot forward slash) mean in linux?</title>
	<link>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/</link>
	<description>Web Publishing Techniques</description>
	<pubDate>Tue, 07 Feb 2012 20:07:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Sally Payne</title>
		<link>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-6</link>
		<author>Sally Payne</author>
		<pubDate>Sat, 28 Apr 2007 17:04:34 +0000</pubDate>
		<guid>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-6</guid>
					<description>In windows the dot and forward slash mean a directory path so just i guess they are the same in linux. but not sure!</description>
		<content:encoded><![CDATA[<p>In windows the dot and forward slash mean a directory path so just i guess they are the same in linux. but not sure!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: William</title>
		<link>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-182</link>
		<author>William</author>
		<pubDate>Fri, 28 Sep 2007 16:07:39 +0000</pubDate>
		<guid>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-182</guid>
					<description>The quick and easy explanation is that Unix/Linux command shells don't search the current directory for commands, unless the current directory is listed in the $path variable. So, unless the command is built-in like 'grep', 'type', or 'ls', or the command's path is listed in the $path variable, the command shell won't find the command. Unless you specify the current directory as the path by typing "./[command]" at the command line. For more reading on the subject visit
&lt;a href="http://www.kingcomputerservices.com/unix_101/traveling_down_the_unix_$PATH.htm" rel="nofollow"&gt;http://www.kingcomputerservices.com/unix_101/traveling_down_the_unix_$PATH.htm&lt;/a&gt;. Hope that cleared things up a bit.</description>
		<content:encoded><![CDATA[<p>The quick and easy explanation is that Unix/Linux command shells don&#8217;t search the current directory for commands, unless the current directory is listed in the $path variable. So, unless the command is built-in like &#8216;grep&#8217;, &#8216;type&#8217;, or &#8216;ls&#8217;, or the command&#8217;s path is listed in the $path variable, the command shell won&#8217;t find the command. Unless you specify the current directory as the path by typing &#8220;./[command]&#8221; at the command line. For more reading on the subject visit<br />
<a href="http://www.kingcomputerservices.com/unix_101/traveling_down_the_unix_$PATH.htm" rel="nofollow">http://www.kingcomputerservices.com/unix_101/traveling_down_the_unix_$PATH.htm</a>. Hope that cleared things up a bit.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: admin</title>
		<link>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-224</link>
		<author>admin</author>
		<pubDate>Fri, 05 Oct 2007 18:52:44 +0000</pubDate>
		<guid>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-224</guid>
					<description>Thanks for that William. Its a really difficult phrase to search for, so that article is really useful.</description>
		<content:encoded><![CDATA[<p>Thanks for that William. Its a really difficult phrase to search for, so that article is really useful.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Nesta Imms</title>
		<link>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-18610</link>
		<author>Nesta Imms</author>
		<pubDate>Tue, 02 Nov 2010 02:03:33 +0000</pubDate>
		<guid>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-18610</guid>
					<description>That means a directory path in both linux and windows.</description>
		<content:encoded><![CDATA[<p>That means a directory path in both linux and windows.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: linux commands</title>
		<link>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-18938</link>
		<author>linux commands</author>
		<pubDate>Sun, 29 May 2011 00:38:01 +0000</pubDate>
		<guid>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-18938</guid>
					<description>Excellent post. I was checking constantly this blog and I am impressed! Extremely useful info particularly the last part :) I care for such info a lot. I was seeking this particular information for a long time. Thank you and good luck.</description>
		<content:encoded><![CDATA[<p>Excellent post. I was checking constantly this blog and I am impressed! Extremely useful info particularly the last part :) I care for such info a lot. I was seeking this particular information for a long time. Thank you and good luck.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-19014</link>
		<author>Todd</author>
		<pubDate>Fri, 19 Aug 2011 06:39:44 +0000</pubDate>
		<guid>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-19014</guid>
					<description>Thanks, William!  I was having trouble finding results for that search as well.

To add to what you've said:  In Windows, if you call a directory listing (dir) from a command prompt, you'll always see two odd entries - "." and "..".  That's a single dot and two dots.  The double dot stands for the parent directory.  Hence, if you type "cd .." it will take you "up" to the parent folder.  The single dot stands for the current directory.  So when you type "./cool_prog" the OS knows to run "cool_prog" from the current directory.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks, William!  I was having trouble finding results for that search as well.</p>
<p>To add to what you&#8217;ve said:  In Windows, if you call a directory listing (dir) from a command prompt, you&#8217;ll always see two odd entries - &#8220;.&#8221; and &#8220;..&#8221;.  That&#8217;s a single dot and two dots.  The double dot stands for the parent directory.  Hence, if you type &#8220;cd ..&#8221; it will take you &#8220;up&#8221; to the parent folder.  The single dot stands for the current directory.  So when you type &#8220;./cool_prog&#8221; the OS knows to run &#8220;cool_prog&#8221; from the current directory.</p>
<p>Thanks again!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Uma</title>
		<link>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-19398</link>
		<author>Uma</author>
		<pubDate>Tue, 27 Sep 2011 20:14:39 +0000</pubDate>
		<guid>http://www.eatmybusiness.com/food/2007/04/25/what-does-mean-in-linux/12/#comment-19398</guid>
					<description>Hi William
Your explanation is to the point and very useful for beginners like me. Thanks for the details</description>
		<content:encoded><![CDATA[<p>Hi William<br />
Your explanation is to the point and very useful for beginners like me. Thanks for the details</p>
]]></content:encoded>
				</item>
</channel>
</rss>

