Livl Shell  0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
Data Fields
Redirection Struct Reference

Struct that represents a redirection. More...

#include <typedef.h>

Data Fields

char * input_file
 
char * output_file
 
int append_input
 
int append_output
 

Detailed Description

Struct that represents a redirection.

Field Documentation

◆ append_input

Redirection::append_input

Append input.

◆ append_output

Redirection::append_output

Append output.

◆ input_file

Redirection::input_file

Input file.

◆ output_file

Redirection::output_file

Output file.


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