|
42sh 1.0.0
Create a shell in C
|
The file containing the left redirections functions. More...
#include "../../include/myshell.h"Functions | |
| void | exec_left_double_redirection (mysh_t *mysh, input_command_t *input) |
| Execute the left double redirection. | |
| void | exec_left_simple_redirection (mysh_t *mysh, input_command_t *input) |
| Execute the left simple redirection. | |
The file containing the left redirections functions.
| void exec_left_double_redirection | ( | mysh_t * | mysh, |
| input_command_t * | input ) |
Execute the left double redirection.
| mysh | The shell structure |
| input | The input command |
| void exec_left_simple_redirection | ( | mysh_t * | mysh, |
| input_command_t * | input ) |
Execute the left simple redirection.
| mysh | The shell structure |
| input | The input command |