Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] zmv: use (q-) quoting



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