<?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: bd &#8211; Quickly Go Back to a Parent Directory Instead of Typing &#8220;cd ../../..&#8221; Redundantly	</title>
	<atom:link href="https://www.tecmint.com/bd-go-back-to-linux-directory/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/bd-go-back-to-linux-directory/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 00:33:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: bac0n		</title>
		<link>https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1017748</link>

		<dc:creator><![CDATA[bac0n]]></dc:creator>
		<pubDate>Sat, 21 Jul 2018 19:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25131#comment-1017748</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1017224&quot;&gt;Spike&lt;/a&gt;.

&lt;pre&gt;
# time cd ...
real    0m0,005s
user    0m0,001s
sys     0m0,005s
&lt;/pre&gt;
&lt;pre&gt;
# cd /usr/local/bin/.../bin/.../bin (multiple expansion)
real    0m0,006s
user    0m0,002s
sys     0m0,004s
&lt;/pre&gt;
&lt;pre&gt;
# time bd usr
real    0m0,012s
user    0m0,003s
sys     0m0,011s
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1017224">Spike</a>.</p>
<pre>
# time cd ...
real    0m0,005s
user    0m0,001s
sys     0m0,005s
</pre>
<pre>
# cd /usr/local/bin/.../bin/.../bin (multiple expansion)
real    0m0,006s
user    0m0,002s
sys     0m0,004s
</pre>
<pre>
# time bd usr
real    0m0,012s
user    0m0,003s
sys     0m0,011s
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Spike		</title>
		<link>https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1017224</link>

		<dc:creator><![CDATA[Spike]]></dc:creator>
		<pubDate>Thu, 19 Jul 2018 12:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25131#comment-1017224</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1016915&quot;&gt;Bac0n&lt;/a&gt;.

Ok, but instead of looping I just once call grep on the current path. I would think it&#039;s more efficient than looping, but I&#039;m not sure ...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1016915">Bac0n</a>.</p>
<p>Ok, but instead of looping I just once call grep on the current path. I would think it&#8217;s more efficient than looping, but I&#8217;m not sure &#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bac0n		</title>
		<link>https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1016915</link>

		<dc:creator><![CDATA[Bac0n]]></dc:creator>
		<pubDate>Wed, 18 Jul 2018 07:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25131#comment-1016915</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1010514&quot;&gt;Spike&lt;/a&gt;.

I think our objective is very different, my function only intents to expand dots. The main challenge was to create it with one loop statement (I probably have to give that up), next was to only use builtins, external commands can be very resource demanding especially in a loop and adds unnecessary dependencies.

second version... (https://pastebin.com/gCquQjQk)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1010514">Spike</a>.</p>
<p>I think our objective is very different, my function only intents to expand dots. The main challenge was to create it with one loop statement (I probably have to give that up), next was to only use builtins, external commands can be very resource demanding especially in a loop and adds unnecessary dependencies.</p>
<p>second version&#8230; (<a target="_blank" href="https://pastebin.com/gCquQjQk" rel="nofollow ugc">https://pastebin.com/gCquQjQk</a>)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1011702</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 05 Jul 2018 09:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25131#comment-1011702</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1011286&quot;&gt;sandeep&lt;/a&gt;.

@sandeep

Thanks for the heads up, we will check and update the articles as soon as possible.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1011286">sandeep</a>.</p>
<p>@sandeep</p>
<p>Thanks for the heads up, we will check and update the articles as soon as possible.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sandeep		</title>
		<link>https://www.tecmint.com/bd-go-back-to-linux-directory/comment-page-1/#comment-1011286</link>

		<dc:creator><![CDATA[sandeep]]></dc:creator>
		<pubDate>Wed, 04 Jul 2018 20:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25131#comment-1011286</guid>

					<description><![CDATA[Single quote missing in below command:
&lt;pre&gt;
# echo &#039;alias bd=&quot;. bd -si&quot; &#062;&#062; ~/.bashrc
&lt;pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Single quote missing in below command:</p>
<pre>
# echo 'alias bd=". bd -si" &gt;&gt; ~/.bashrc
</pre>
<pre></pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
