RESERVED WORDS
Up
Next
Previous
RESERVED WORDS
Reserved words\fP are words that have a special meaning to the shell.
The following words are recognized as reserved when unquoted and either
the first word of a simple command (see
.SM
SHELL GRAMMAR
below) or the third word of a
case
or
for
command:
.if t .RS
.if n ! case do done elif else esac fi for function if in select then until while { } time [[ ]]
.if t ! case do done elif else esac fi for function if in select then until while { } time [[ ]]
.if t .RE
Up
Next
Previous