From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2948 invoked from network); 7 May 2008 22:50:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 May 2008 22:50:24 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 72406 invoked from network); 7 May 2008 22:50:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 May 2008 22:50:19 -0000 Received: (qmail 14035 invoked by alias); 7 May 2008 22:50:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24967 Received: (qmail 13981 invoked from network); 7 May 2008 22:50:10 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 7 May 2008 22:50:10 -0000 Received: from prunille.vinc17.org (vinc17.pck.nerim.net [213.41.242.187]) by bifrost.dotsrc.org (Postfix) with ESMTP id 1652480ED172 for ; Thu, 8 May 2008 00:50:06 +0200 (CEST) Received: by prunille.vinc17.org (Postfix, from userid 501) id 3E804223B389; Thu, 8 May 2008 00:50:06 +0200 (CEST) Date: Thu, 8 May 2008 00:50:05 +0200 From: Vincent Lefevre To: zsh-workers@sunsite.dk Cc: martin f krafft , Bart Schaefer , 479764@bugs.debian.org Subject: Re: Bug#479764: shell builtin mv fails to move files across devices Message-ID: <20080507225005.GM13554@prunille.vinc17.org> Mail-Followup-To: zsh-workers@sunsite.dk, martin f krafft , Bart Schaefer , 479764@bugs.debian.org References: <20080506144208.GA15225@lapse.madduck.net> <20080506150303.GB31177@scru.org> <080506084541.ZM1350@torch.brasslantern.com> <20080506165555.GB17377@lapse.madduck.net> <20080506205523.GA4237@redoubt.spodhuis.org> <20080507213034.GL13554@prunille.vinc17.org> <20080507214745.GA65676@redoubt.spodhuis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080507214745.GA65676@redoubt.spodhuis.org> X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.17-vl-r21552 (2008-04-09) X-Virus-Scanned: ClamAV 0.91.2/7052/Wed May 7 23:47:49 2008 on bifrost X-Virus-Status: Clean On 2008-05-07 14:47:45 -0700, Phil Pennock wrote: > Would it make more sense for your usage if Zsh used the new "features" > capabilities to resolve this? Yes. IIRC, the only features (standard or not) I really miss are the -v option (verbose), the -n option for ln, the -u option for mv, and mv across devices. > For zsh/files it's not quite as simple as adding a z in front of the > names, since we already have zmv, but if there were alternate names > which would allow you to use Features to load only those names? Names are not really important for me since it is easy to write a shell function like: rm() { command rm $@ } or rm() { builtin rm $@ } -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)