From mint-bounce@lists.fishpool.fi Mon Mar 15 01:15:14 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=M/hHa+Nqt6PwJR80XGBR7kcRH5Kj945A79wU7Wt1RKw=; b=GTbhcUT0kWlD0rw+PZqxa4G80ueQtgRGCsol6S9ddOOwfT0x+isd3pI5YMLVGz3Wnf xrylGl3bGhL9Exl+rxByZUMVpEoh0oDwjfDE3KkhDXOQvJYH9o12d1biutzf9Gp148oI leIJMeekiereEFMGLVJTMOTPItKe0N4qZR4Nw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=AtNmvL6DEe3pyU8VPJS2BCkKvSUERoiUiTzRRgnkaP+ORJx5NjuI5i34ZnU6LQlT3W p+mww9L0gUfsnvJK1+LbDKUVIJ8usQeG4A3DumerlJ7zIYdLXQaLns+uHfKoG2WuJYR6 3caio3rnyTB3cGXAckZbk+OhcwEVmGLXtfeEI= MIME-Version: 1.0 In-Reply-To: <00041086.019af262cdef@smtp.freeola.net> References: <4B996888.1070203@online.no> <00041086.019af262cdef@smtp.freeola.net> Date: Sun, 14 Mar 2010 23:13:09 -0600 Message-ID: <11a6f2b11003142213v4bf7f503w481e452489e45c61@mail.gmail.com> Subject: Re: [MiNT] 'cd' does not like u: From: Paul Wratt To: mint Content-Type: text/plain; charset=ISO-8859-1 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: paul.wratt@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o2F5FDTq025801 On Fri, Mar 12, 2010 at 6:38 AM, Peter Slegg wrote: > On Thu, 11 Mar 2010 23:02:48 , Jo Even Skarstein wrote: >> Helmut Karlowski wrote: >> >> > In bash cd c: works, but then I would want it to go to the directory it >> > came from on c: (like DOS). >> >> In DOS, changing drive and changing directory are two different things. >> To change to C in DOS, you simply type 'c:', while changing to a >> different directory on the active drive is done by issuing a cd-command. >> You can't really compare this to the unix cd-command. >> >> Jo Even > > One of those DOS bugs/oddities. > ..or quirk/feature. :) > If you do   cd c:  it will not automatically go to the c root > but to the last folder that was used on c: > This will always be the case, as it allow one to get around long paths, ie: f: cd /some/really/long/path/that/is/over/125/characters/long c: cd /some/equally/long/path/that/is/also/over/125/characters/long copy *.* f: > I find this annoying. > You will have to live with this one I'm afraid, however you should be able to: cd c:/ or cd c:/some/path note: drive letters were not originally supported by the CD command > Since DOS was a copy of CPM it may be a hangover from that. > yes and no, mostly no because CP/M did not support folders, but rather "user numbers/rings" (which are synonymous with 1 level pre-named directories) > Peter > Good to see you still have time for list stuff, hope to see some more HW dev work soon.. Paul