42sh 1.0.0
Create a shell in C
|
The file containing the globbing functions. More...
#include "../../include/myshell.h"
Functions | |
int | get_args_list (char *arg, node_t **args_list) |
Get the file list from a globbing argument. | |
char ** | globbing (char **args) |
Analyse and change the arguments if there are globbing. | |
The file containing the globbing functions.
int get_args_list | ( | char * | arg, |
node_t ** | args_list ) |
Get the file list from a globbing argument.
arg | The argument |
args_list | The list of arguments for the command |
char ** globbing | ( | char ** | args | ) |
Analyse and change the arguments if there are globbing.
Analyse if arguments are globbing.
args | The command arguments |