|
symbol |
description |
|---|---|
|
|
separate a sequence of commands
|
|
| |
“pipe” - connects stdout of one program to stdin of another
|
|
<> |
file redirection:
If file
|
|
$? |
gives value “returned” by the last shell program run |
|
& |
run program in the background |