zsh-workers
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.org>
To: zsh-workers@sunsite.dk
Cc: martin f krafft <madduck@debian.org>,
	Bart Schaefer <schaefer@brasslantern.com>,
	479764@bugs.debian.org
Subject: Re: Bug#479764: shell builtin mv fails to move files across devices
Date: Thu, 8 May 2008 00:50:05 +0200	[thread overview]
Message-ID: <20080507225005.GM13554@prunille.vinc17.org> (raw)
In-Reply-To: <20080507214745.GA65676@redoubt.spodhuis.org>

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@vinc17.org> - 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)


  reply	other threads:[~2008-05-07 22:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20080506144208.GA15225@lapse.madduck.net>
2008-05-06 15:03 ` Clint Adams
2008-05-06 15:45   ` Bart Schaefer
2008-05-06 16:55     ` martin f krafft
2008-05-06 20:52       ` Peter Stephenson
2008-05-06 20:55       ` Phil Pennock
2008-05-07 21:30         ` Vincent Lefevre
2008-05-07 21:47           ` Phil Pennock
2008-05-07 22:50             ` Vincent Lefevre [this message]
2008-05-07 23:03               ` martin f krafft
2008-05-08  3:23                 ` Vincent Lefevre
2008-05-08  9:34                   ` Stephane Chazelas
2008-05-07 22:06           ` Mikael Magnusson
2008-05-07 22:57             ` Vincent Lefevre
2008-05-06 18:52   ` Stephane Chazelas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080507225005.GM13554@prunille.vinc17.org \
    --to=vincent@vinc17.org \
    --cc=479764@bugs.debian.org \
    --cc=madduck@debian.org \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).