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

◆ append

bool Redirect::append

Flag indicating that the redirect out should actually append to the end of a file rather than truncating it

◆ in

char* Redirect::in

File name for redirect in.

◆ out

char* Redirect::out

File name for redirect out.


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