Guidelines for quoting command arguments
- \
- prevent the shell from expanding
any single special character.
- ' '
- prevent the shell from expanding
all special characters enclosed in this string except
!.
- " "
- prevent the shell from expanding any enclosed special character
except
$, ` and !.
This site maintained by
webmaster@cs.auckland.ac.nz