<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2107&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / what is the difference between ./ and ././ [SOLVED]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2107</link>
		<description><![CDATA[The most recent posts in what is the difference between ./ and ././ [SOLVED].]]></description>
		<lastBuildDate>Wed, 30 May 2018 20:13:43 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: what is the difference between ./ and ././ [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9606#p9606</link>
			<description><![CDATA[<p>It&#039;s not at all obvious to me . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 30 May 2018 20:13:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9606#p9606</guid>
		</item>
		<item>
			<title><![CDATA[Re: what is the difference between ./ and ././ [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9605#p9605</link>
			<description><![CDATA[<p>I asked the AppImage guys and they explained it to me: <a href="https://github.com/AppImage/AppImageKit/issues/793#issuecomment-393284213" rel="nofollow">https://github.com/AppImage/AppImageKit … -393284213</a></p><p>In a word, <span class="bbc">././</span> is redundant. It&#039;s a hack to convert absolute paths (e.g., <span class="bbc">/usr/bin/foo</span>) to relative paths (e.g., <span class="bbc">././/bin/foo</span>) without changing the length of the string. Binaries have internal addresses, so if the length of a string inside a binary is changed when patching the binary to make it portable, the binary will no longer work because things will no longer be at the expected addresses.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Wed, 30 May 2018 19:19:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9605#p9605</guid>
		</item>
		<item>
			<title><![CDATA[Re: what is the difference between ./ and ././ [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9604#p9604</link>
			<description><![CDATA[<p>Yes, <span class="bbc">././</span> in the context of AppImage creation are the leading characters in a relative path and means &quot;here&quot;. I can confirm that it works:</p><div class="codebox"><pre><code>bruno@thinkpad:~$ cd /bin
bruno@thinkpad:/bin$ ././echo test
test
bruno@thinkpad:/bin$ </code></pre></div><p>But for the life of me I can&#039;t figure out why someone wouldn&#039;t simply use plain ol&#039; <span class="bbc">./</span>. Maybe the AppImage guys are unaware that the simpler form is equivalent? Maybe <span class="bbc">././</span> also works in other OSes but <span class="bbc">./</span> only works in GNU/Linux? I&#039;m at a loss. </p><p>If none of my Devuan friends know, I may contact the AppImage guys to ask them.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Wed, 30 May 2018 18:44:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9604#p9604</guid>
		</item>
		<item>
			<title><![CDATA[Re: what is the difference between ./ and ././ [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9601#p9601</link>
			<description><![CDATA[<p>I have often used something similar <span class="bbc">../</span> or even <span class="bbc">.../</span> in web design to navigate to various files in the tree structure of a complicated site.&#160; Is <span class="bbc">././</span> in a path to a file?&#160; Or within some code?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 30 May 2018 18:36:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9601#p9601</guid>
		</item>
		<item>
			<title><![CDATA[what is the difference between ./ and ././ [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9600#p9600</link>
			<description><![CDATA[<p>I&#039;ve been hacking on GNU/Linux for a long time, so obviously I&#039;m familiar with <span class="bbc">./</span> and use it often. It seems that <span class="bbc">././</span> is also sometimes used to mean &quot;here&quot; (for example, see the <em>No hard-coded paths</em> section <a href="https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages" rel="nofollow">here</a>).</p><p>Have you ever encountered <span class="bbc">././</span> before? I have only ever seen it in the AppImage guide in the link above. Please, what&#039;s the difference between <span class="bbc">./</span> and <span class="bbc">././</span>? Internet searches have not turned up anything even remotely relevant this question.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Wed, 30 May 2018 18:17:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9600#p9600</guid>
		</item>
	</channel>
</rss>
