|
C-Shell
A simple shell written in C.
|
#include <shelltypes.h>
Data Fields | |
| struct command * | next |
| int | nargs |
| char ** | argv |
| pid_t | pid |
| int | fd_in |
| int | fd_out |
| int | fd_err |
| char** command::argv |
| int command::fd_err |
| int command::fd_in |
| int command::fd_out |
| int command::nargs |
| struct command* command::next |
The next command in the pipeline.
| pid_t command::pid |