|
Quash Shell
0.1
A simple yet powerfull shell program
|
Contains information about the properties of the command. More...
#include <command.h>
Public Attributes | |
| char * | redirect_in |
| char * | redirect_out |
| char | flags |
| Command | cmd |
Contains information about the properties of the command.
| char CommandHolder::flags |
A set of bits that hold information about how to execute the command. The properties can be extracted from the flags field by using a bit-wise & (i.e. flags & PIPE_IN) are macro defined as:
| char* CommandHolder::redirect_in |
Redirect standard in of this command to a file name redirect_in
| char* CommandHolder::redirect_out |
Redirect standard out of this command to a file name redirect_out
1.8.13