Go to the source code of this file.
The command-line interpreter reads lines from a file descriptor, interprets them and executes the specified commands.
|
Processes input from a file descriptor. Reads from a file descriptor line by line and executes commands. Also writes output to the file descriptor.
|