-
Attention a ne pas close l'exec si ctrl d dans un here_doc
-
you should add dependencies from your *.h files to your Makefile. If I change something on this files Makefile do nothing and I need to use command "make re' again.
manage exit errors for example …
-
minishell> exit 42 42a
-
Para encerrar essa Issue tem que ter encerrado todas as outras
- [x] #16
- [x] #17
- [x] #18
- [x] #19
- [x] #20
- [x] #21
- [x] #22
-
PDF DE LA CORRECCION
https://github.com/jotavare/jotavare/blob/main/42/project_evaluations/minishell_evaluation_page.pdf
-
**Describe the bug**
- `exit " 42 "`のように数字がスペースとクォートに囲まれていると`numeric argument required`が表示されてしまい、終了ステータスが255になる。bashは正常にexitして終了ステータスも与えられた引数の数字になる。
**To Reproduce**
Steps to reproduce the behavi…
-
minishell>cd builtin/
minishell>echo $PWD $OLDPWD
/mnt/nfs/homes/tadiyamu/42/minishell /mnt/nfs/homes/tadiyamu/42/minishell
-
```
minishell> ls > out | < out cat
minishell: syntax error near unexpected token `
-
-
`CTRL+C` should not close the program but only the function