![]() |
Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
Struct that represents a command. More...
#include <typedef.h>

Data Fields | |
| char * | command |
| char ** | arguments |
| char ** | complete_command |
| char * | input_string |
| int | num_arguments |
| Redirection | redirection |
Struct that represents a command.
| Command::arguments |
Arguments.
| Command::command |
| Command::complete_command |
Complete command.
| Command::input_string |
Input string (command + arguments).
| Command::num_arguments |
Number of arguments.
| Command::redirection |
1.8.17