Simple Commands
Up
Next
Previous
Simple Commands
A simple command\fP is a sequence of optional variable assignments
followed by blank\fP-separated words and redirections, and
terminated by a control operator\fP. The first word
specifies the command to be executed. The remaining words are
passed as arguments to the invoked command.
The return value of a simple command\fP is its exit status, or
128+n\^\fP if the command is terminated by signal
.IR n .
Up
Next
Previous