#Text
| comment
| |
command arg1 arg2
| Execute the command, with the given arguments.
| |
"Text in quotes"
| Pass the text between the quotes as one argument, performing command and variable substitution.
| |
{Text in braces}
| Pass the text between the quotes as one arguemnt, defer substitution until later.
| |
$variable
| Substitute the value of the given variable.
| |
[command arg]
| Executge the command, then substitute the return value in place of the entire command between the square brackets.
| |
command arg1 \
| Extend command over one line.
|
| arg2
|
| | | | | | | |