From abd18275a4c27bc76d26e5111b4cb9c33e2ae7d7 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 8 Jan 2003 15:14:50 +0000 Subject: 18058, 18060: merge from 4.1 --- Doc/Zsh/contrib.yo | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 1c42fccb8..d727ef8c8 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -812,8 +812,8 @@ not exist; it is created on write, if necessary. ) findex(zcp) findex(zln) -xitem(tt(zcp) [ tt(-finqQvw) ] var(srcpat) var(dest)) -item(tt(zln) [ tt(-finqQsvw) ] var(srcpat) var(dest))( +xitem(tt(zcp) [ tt(-finqQvwW) ] var(srcpat) var(dest)) +item(tt(zln) [ tt(-finqQsvwW) ] var(srcpat) var(dest))( Same as tt(zmv -C) and tt(zmv -L), respectively. These functions do not appear in the zsh distribution, but can be created by linking tt(zmv) to the names tt(zcp) and tt(zln) in some directory in your tt(fpath). @@ -824,7 +824,7 @@ ifzman(above)\ ifnzman((noderef(Utilities))). ) findex(zmv) -item(tt(zmv) [ tt(-finqQsvw) ] [ -C | -L | -M | -p var(program) ] [ -o var(optstring) ] var(srcpat) var(dest) )( +item(tt(zmv) [ tt(-finqQsvwW) ] [ -C | -L | -M | -p var(program) ] [ -o var(optstring) ] var(srcpat) var(dest) )( Move (usually, rename) files matching the pattern var(srcpat) to corresponding files having names of the form given by var(dest), where var(srcpat) contains parentheses surrounding patterns which will be @@ -859,6 +859,8 @@ sitem(tt(-s))(Symbolic, passed down to tt(ln); only works with tt(-L).) sitem(tt(-v))(Verbose: print each command as it's being executed.) sitem(tt(-w))(Pick out wildcard parts of the pattern, as described above, and implicitly add parentheses for referring to them.) +sitem(tt(-W))(Just like tt(-w), with the addition of turning wildcards in +the replacement pattern into sequential ${1} .. ${N} references.) sxitem(tt(-C)) sxitem(tt(-L)) sitem(tt(-M))(Force tt(cp), tt(ln) or tt(mv), respectively, regardless of -- cgit 1.4.1