4.2 SyntaxThis subsection describes the many symbols peculiar to the Bourne and Korn shell. The topics are arranged as follows:
4.2.1 Special Files
4.2.2 Filename Metacharacters
In the Korn shell:
The 4.2.2.1 Examples
$ 4.2.3 QuotingQuoting disables a character's special meaning and allows it to be used literally, as itself. The following characters have special meaning to the Bourne and Korn shells:
The characters below can be used for quoting:
4.2.3.1 Examples
$ 4.2.4 Command Forms
4.2.4.1 Examples
$ 4.2.5 Redirection Forms
The usual input source or output destination can be changed as follows: 4.2.5.1 Simple Redirection
4.2.5.2 Redirection Using File Descriptors
4.2.5.3 Multiple Redirection
No space should appear between file descriptors and a redirection symbol; spacing is optional in the other cases. 4.2.5.4 Examples
$ To redirect standard output to standard error:
$ The following command will send output (files found) to filelist and send error messages (inaccessible files) to file no_access :
$ 4.2.6 CoprocessesCoprocesses are a feature of the Korn shell only.
4.2.6.1 Examples
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|