[patch] Undocumented brace expansion within tcsh case expressions

Andres Perera 849372 at gmail.com
Sun Jul 25 01:15:39 UTC 2010


--- a/contrib/tcsh/tcsh.man	2009-07-11 01:05:08.000000000 -0430
+++ b/contrib/tcsh/tcsh.man	2010-07-24 20:36:59.000000000 -0430
@@ -3324,7 +3324,7 @@
 .B endsw
 Each case label is successively matched, against the
 specified \fIstring\fR which is first command and filename expanded.
-The file metacharacters `*', `?' and `[...]'  may be used
+The file metacharacters `*', `?', `{...}' and `[...]'  may be used
 in the case labels, which are variable expanded.  If none
 of the labels match before a `default' label is found, then
 the execution begins after the default label.  Each case



More information about the freebsd-doc mailing list