From mint-bounce@lists.fishpool.fi Sat Dec 6 17:38:04 2008 Message-ID: <493AFE28.2020105@atari-source.org> Date: Sat, 06 Dec 2008 17:35:20 -0500 From: Mark Duckworth User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: Peter Slegg CC: mint@lists.fishpool.fi Subject: Re: [MiNT] Odd issues References: <501838.6930.qm@web27404.mail.ukl.yahoo.com> <00327355.019a88ca1518@smtp.freeola.net> In-Reply-To: <00327355.019a88ca1518@smtp.freeola.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: mduckworth@atari-source.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Peter Slegg wrote: > I downloaded the sources for ZView and noticed something that > I have seen before. > > I unpacked the zip with Arcview and unzip.ttp and it extracted > everything except the makefile. I am now trying to work out > how to get the makefile out of the zip. > > I've also noticed another odd thing with autocomplete in Toswin-bash. > If I type: > > ls /us > > it autocompletes it to: > > ls /usr > > it doesn't have the trailing slash. If I then continue typing > to make it: > > ls /usr/sr > > then the autocomplete makes it into: > > ls /usr/src/ > > *with* the trailing slash. Why does it behave differently with > regard to the trailing slash ? > > Peter > Because /usr is a symlink which is technically a file and /usr/src/ is a directory which .. is a directory. Thanks, Mark