Meta characters

Meta characters are UNIX substitutes for text that have special meaning in command-line expressions.

Character Definition
* Any sequence of zero or more characters.
? A single character.
.. Parent directory.
[set] A single character in the set set, for example `a' in [a-zA-z0-9].
$var The value of a shell variable var.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker