| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.6.1 Redirecting Input
Redirection of input causes the file whose name results from
the expansion of word
to be opened for reading on file descriptor n,
or the standard input (file descriptor 0) if n
is not specified.
The general format for redirecting input is:
[n]<word
This document was generated on February 28, 2014 using texi2html 5.0.
