Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#479764: shell builtin mv fails to move files across devices
- X-seq: zsh-workers 24967
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#479764: shell builtin mv fails to move files across devices
- Date: Thu, 8 May 2008 00:50:05 +0200
- Cc: martin f krafft <madduck@xxxxxxxxxx>, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, 479764@xxxxxxxxxxxxxxx
- In-reply-to: <20080507214745.GA65676@xxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, martin f krafft <madduck@xxxxxxxxxx>, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, 479764@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080506144208.GA15225@xxxxxxxxxxxxxxxxx> <20080506150303.GB31177@xxxxxxxx> <080506084541.ZM1350@xxxxxxxxxxxxxxxxxxxxxx> <20080506165555.GB17377@xxxxxxxxxxxxxxxxx> <20080506205523.GA4237@xxxxxxxxxxxxxxxxxxxx> <20080507213034.GL13554@xxxxxxxxxxxxxxxxxxx> <20080507214745.GA65676@xxxxxxxxxxxxxxxxxxxx>
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 <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author