From c34084aa0e6fe14588ab7bfae288999a50cfa8f8 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 18 Oct 2000 03:53:27 +0000 Subject: Typo. --- Functions/Misc/zmv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Misc/zmv b/Functions/Misc/zmv index 8dbed7dd9..b4f9b94ba 100644 --- a/Functions/Misc/zmv +++ b/Functions/Misc/zmv @@ -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 , 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 -- cgit 1.4.1