wildcards_ccase

Pattern-matching characters for ClearCase and ClearCase LT pathnames

APPLICABILITY

NOTE: For Attache, see the wildcards reference page.


Product

Command Type

ClearCase


general information


ClearCase LT


general information


Platform

UNIX


Windows

SYNOPSIS

?        *        ~        [ ... ]        ...

DESCRIPTION

Wildcard (pattern-matching) characters are recognized in these contexts:

ClearCase and ClearCase LT recognize these wildcard characters:

?

Matches any single character.

*

Matches zero or more characters.

~

Indicates your home directory.

[xyz]

Matches any of the listed characters.

[x-y]

Matches any character whose ASCII code falls between that of x and that of y, inclusive.

. . .

Ellipsis; matches zero or more directory levels.

For example:

foo/.../bar matches any of the following pathnames:

foo/bar
foo/usr/src/bar
foo/rel3/sgi/irix5/bar

and:

foo\... matches the foo directory itself, along with the entire directory tree under it.

See the config_spec reference page for more information, including restrictions.