-
If ft_strjoin malloc and assignment to path from HOME environment variable fails, currently a direct assignment of path is done:
`path = "~/minihistfile";`
There are a couple of issues with this:
1…
-
Message à afficher lors de l'arret de l'entree standard par Ctrl + \
"^\Quitter (core dumped)"
-
SIGINT with CTRL + C will close the here_doc but the prompter is not ready to invoke a new command
Related pull request :
- https://github.com/RPDJF/42-minishell/pull/41
Won't fix right now : w…
RPDJF updated
6 months ago
-
touch tmp_x_file1
tmp_x_file1
echo $?
./tmp_x_file1
echo $?
export PATH=$HOME
echo $PATH
tmp_x_file1
echo $?
./tmp_x_file1
echo $?
unset PATH
tmp_x_file1
when the files gets executed af…
-
```bash
bash-5.2$ > *
bash: *: ambiguous redirect
bash-5.2$ < *
bash: *: ambiguous redirect
bash-5.2$ >> *
bash: *: ambiguous redirect
bash-5.2$ hello
> *
bash-5.2$
```
-
-
This is due to the token executor executing redirection pipes by pipes
In cases like :
```bash
ruipa@Prime-PC:~/42-minishell [0]-❥ sleep 3 | text
> eof
text
```
sleep will be executed before h…
RPDJF updated
7 months ago
-
-
```BASH
bash-3.2$ $SHITTY echo hi
hi
bash-3.2$ echo $SHITT hi
hi
bash-3.2$ echo "" hi
hi
```
```BASH
/Users/lnicolli/src/42-minishell/trash🌻 echo $WERWER l
l
```
Lu-ni updated
7 months ago
-
```BASH
/Users/bob/src/42-minishell🌻 $EMPTY
make: *** [run] Segmentation fault: 11
```
Lu-ni updated
7 months ago