Table of Contents
http://www.ieaa.org/~adrian/wiki/uploads/Main/LinuxShellScriptingWithBash.html
Extremely helpful site.
[...]
Reading keyboard input and put into $VAR: read VAR
If no variables is given, by default read will store the value into $REPLY
[...]
/dev/fd/n Refer to file descriptor n
[...]