next up previous contents
Next: Shell/Job Control Up: Metacharacters (Wildcards) Previous: {,}: Alternatives (except Korn   Contents

$\backslash$: Escape

Any metacharacter can be represented as a normal ASCII character by preceding it with the $\backslash$ (backslash).

For example,

rm fi$\backslash$$\ast $ler
would delete file name fi$\ast $ler NOT all file names beginning with fi and ending with ler.



Claude Cantin 2010-10-24