Next: Shell/Job Control
Up: Metacharacters (Wildcards)
Previous: {,}: Alternatives (except Korn
Contents
Any metacharacter can be represented as a normal ASCII character by preceding
it with the
(backslash).
For example,
rm fi
ler
would delete file name fi
ler NOT all file names beginning with
fi and ending with ler.
Claude Cantin
2010-10-24