Minishell
 
Loading...
Searching...
No Matches
exec.c File Reference
#include "builtins.h"
#include "garbage.h"
#include "libft.h"
#include "minishell.h"
#include "exec.h"
#include <unistd.h>
#include <wait.h>
Include dependency graph for exec.c:

Functions

int prepare_command (t_data *data)
 Prepare the command for search_command()
 
void fill_toks_into_commands (t_data *data, t_command *command)
 
void search_path (t_data *data, t_command *command)
 Search path for the designated command.
 
void search_paths (t_data *data, t_command *command)
 Search Path for all commands.
 
int prepare_command_forks (t_data *data)