<?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>EmbLogic &#187; cd</title>
	<atom:link href="https://www.emblogic.com/blog/tag/cd/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>CD &#8211; Change Directory Command</title>
		<link>https://www.emblogic.com/blog/02/cd-change-directory-command/</link>
		<comments>https://www.emblogic.com/blog/02/cd-change-directory-command/#comments</comments>
		<pubDate>Wed, 10 Feb 2016 17:18:28 +0000</pubDate>
		<dc:creator><![CDATA[Ankur Garg]]></dc:creator>
				<category><![CDATA[Shell Scripts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[change directory]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora linux]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=13260</guid>
		<description><![CDATA[CD &#8211; Change Directory Command ============================= - cd means change working directory - Prototype: cd [-L &#124; -P] [directory] cd - -If you do not give any directory to cd command, it will take you to home directory. eg. cd &#8230; <a href="https://www.emblogic.com/blog/02/cd-change-directory-command/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>CD &#8211; Change Directory Command<br />
=============================<br />
- cd means change working directory<br />
- Prototype:<br />
cd [-L | -P] [directory]<br />
cd -<br />
-If you do not give any directory to cd command, it will take you to home directory.<br />
eg. cd &#8211;&gt; It will go to home directory.<br />
- For previous directory use :<br />
cd ..<br />
- Further for more than one previous directory use :<br />
cd ../..<br />
- Directory can be defined by 2 types :<br />
i) Absolute filepath &#8211; Path starting from &#8216;/&#8217;.<br />
eg. cd /usr/bin/<br />
ii)Relative Filepath &#8211; Path relative to current directory<br />
eg. cd /usr &#8211;&gt; Absolute filepath<br />
cd etc &#8211;&gt; Relative Filepath</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/02/cd-change-directory-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
