Next: [,]: List of Characters
Up: Metacharacters (Wildcards)
Previous: Metacharacters (Wildcards)
Contents
An
matches any combination of characters, including the
null string.
The
could be used to erase all files ending with .log
by using
rm
.log
where rm is the command to erase a file.
Claude Cantin
2010-10-24