<tt><IMG ALIGN=BOTTOM SRC="_18162_tex2html_wrap9913.gif"></tt>: Any Character(s)



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

: Any Character(s)

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.

Be careful when using (especially VM/CMS users). A space is used as a separator between two file names (unlike VM/CMS, which uses a space as a separator between the filename and the filetype of the same file.).



Super-User
Fri Feb 17 15:55:40 EST 1995