Quash Shell  0.1
A simple yet powerfull shell program
Public Attributes | List of all members
Redirect Struct Reference

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
 

Detailed Description

Intermediate parsing structure used to determine the final configuration of the redirects in a command.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: