Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
Struct that represents a redirection. More...
#include <typedef.h>
Data Fields | |
char * | input_file |
char * | output_file |
int | append_input |
int | append_output |
Struct that represents a redirection.
Redirection::append_input |
Append input.
Redirection::append_output |
Append output.
Redirection::input_file |
Input file.
Redirection::output_file |
Output file.