stdin | standard input (default = keyboard) |
stdout | standard output (default = screen) |
stderr | standard error (default = screen) |
| pipe | makes stdout of one program the stdin of another |
| filter | a program that reads from stdin and writes to stdout (can be used in the middle of a pipeline) |
who >saveItmail myProf <myProgramls /bin | wc -l