Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] zmv: use (q-) quoting
- X-seq: zsh-workers 30634
- From: Stepan Koltsov <stepan.koltsov@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] zmv: use (q-) quoting
- Date: Mon, 20 Aug 2012 17:20:42 +0400
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: stepancheg@xxxxxx
Hi, all.
`zmv -n` prints commands to be executed. If it used (q-) quoting
instead of (q), output would be better when filenames contain multiple
spaces.
>>> mv 'hello beautiful world!' 'goodbye cruel world!'
instead of:
>>> mv hello\ beautiful\ world\! goodbye\ cruel\ world\!
Trivial patch:
https://github.com/stepancheg/zsh/commit/4320c5abb5083359c69b5a74fb55743d2a1e5628.patch
--
Stepan Koltsov
Messages sorted by:
Reverse Date,
Date,
Thread,
Author