next up previous contents
Next: [,]: List of Characters Up: Metacharacters (Wildcards) Previous: Metacharacters (Wildcards)   Contents

$\ast $: Any Character(s)

An $\ast $ matches any combination of characters, including the null string. The $\ast $ could be used to erase all files ending with .log by using
rm $\ast $.log
where rm is the command to erase a file.



Claude Cantin 2010-10-24