|
Quash Shell
0.1
A simple yet powerfull shell program
|
Intermediate parsing structure used to determine the final configuration of the redirects in a command. More...
#include <parsing_interface.h>
Public Attributes | |
| char * | in |
| char * | out |
| bool | append |
Intermediate parsing structure used to determine the final configuration of the redirects in a command.
| bool Redirect::append |
Flag indicating that the redirect out should actually append to the end of a file rather than truncating it
| char* Redirect::in |
File name for redirect in.
| char* Redirect::out |
File name for redirect out.
1.8.13