42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
left_redirections.c File Reference

The file containing the left redirections functions. More...

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.
 

Detailed Description

The file containing the left redirections functions.

Function Documentation

◆ exec_left_double_redirection()

void exec_left_double_redirection ( mysh_t * mysh,
input_command_t * input )

Execute the left double redirection.

Parameters
myshThe shell structure
inputThe input command
Returns
void

◆ exec_left_simple_redirection()

void exec_left_simple_redirection ( mysh_t * mysh,
input_command_t * input )

Execute the left simple redirection.

Parameters
myshThe shell structure
inputThe input command
Returns
void