8.15 Differences Between Bourne and C Shell QuotingThis article explains quoting in the C shell by comparing it to Bourne shell quoting. If you haven't read article 8.14 about Bourne shell quoting, please do.
As in the Bourne shell, the overall idea of C shell quoting is:
quoting turns off (disables) the special meaning of characters
.
There are three quoting characters: a single quote ( 8.15.1 Special CharactersThe C shell has several more special characters than the Bourne shell:
! { } ~ 8.15.2 How Quoting WorksTable 8.2 summarizes the rules; you might want to look back at it while you read the examples.
The major differences between C and Bourne shell quoting are:
- |
|