mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 09:41:44 +02:00
Typo.
This commit is contained in:
parent
1ccde17687
commit
c34084aa0e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-10-17 Bart Schaefer <schaefer@brasslantern.com>
|
||||
|
||||
* unposted: Functions/Misc/zmv: Small typo in example in comment.
|
||||
|
||||
2000-10-17 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 13005: Src/Zle/computil.c: make _arguments ignore unspecified
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
# around glob qualifiers, if you use the -Q option, and globbing flags) may
|
||||
# be referred to by a positional parameter in <outstring>, i.e. the first
|
||||
# (...) matched is given by $1, and so on. For example,
|
||||
# zmv '([a-z])(*).txt' '${(U)1}$2.txt'
|
||||
# zmv '([a-z])(*).txt' '${(C)1}$2.txt'
|
||||
# renames algernon.txt to Algernon.txt, boris.txt to Boris.txt and so on.
|
||||
# The original file matched can be referred to as $f in the second
|
||||
# argument; accidental or deliberate use of other parameters is at owner's
|
||||
|
|
Loading…
Reference in a new issue