From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claudia Neumann Subject: Re: unix command Date: Wed, 22 Sep 2004 13:13:08 +0200 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <200409221313.08536.dr.claudia.neumann@gmx.de> References: <200409212333.47824.dr.claudia.neumann@gmx.de> Reply-To: dr.claudia.neumann@gmx.de Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Am Mittwoch, 22. September 2004 11:33 schrieben Sie: > "unix" would have to do some funny tricks, borrowing from MFS to translate > the DOS dirname to a Linux dirname. It would not always work either -- how > about > unix ls c:foo d:bar > Because unix can't parse DOS command lines reliably. > > That said, there exists a workaround, uchdir. > > uchdir /home/user/dosemu/freedos/tmp > unix unzip file.zip Mmh, my intention was a script, which could be used in several different directories. uchdir wouldn't make a difference. Then I could say unix unzip /home/user/dosemu/freedos/tmp/file.zip -d /home/user/dosemu/freedos/tmp Is there no way to tell unix the linux directory it is in at the moment? unix pwd gives /home/user Certainly DOSemu knows the linux directory. cu Claudia