| |
| | Special Files |
 | | These are known as the "standard input", "standard output", and "standard error output". |
 | | These streams are, by default, terminal input and output, but they are often redirected with the shell, via the `<', `<<', `>', `>>', `>and' and `' operators. |
 | | Standard error is used only for writing error messages; the reason we have two separate streams, standard output and standard error, is so that they can be redirected separately. |
| docs.freebsd.org /info/gawk/gawk.info.Special_Files.html (658 words) |
|