-
in Bash
```
gyong-si@gyong-si:~/Documents/42/minishell$ cat sadas
> ^C
```
@axellee1994 I'm having trouble duplicating this signal in the heredoc, can you give it a try when you're done?
-
==7809== in use at exit: 208,494 bytes in 230 blocks
==7809== total heap usage: 567 allocs, 337 frees, 235,376 bytes allocated
==7809==
==7809== 187 bytes in 1 blocks are definitely lost in …
-
Commande : `< Makefile < info.txt cat > un > deux > trois | < info.txt < Makefile > make1 > make2`
```
>>> Minishell>$ < Makefile < info.txt cat > un > deux > trois | < info.txt < Makefile > mak…
-
Statut : :ok:
CD fait du surplace.
```
>>> Minishell>$ ls
ignore_leaks.supp info.txt Makefile questions sujet_correction.pdf
includes libft minishell srcs tests.txt
>>> Minishell>…
-
`echo $PWD~` should not identify '~' as separate token of a specific type
-
- [x] Test case: exit 42 world
Our output:axlee@axlee:~/Desktop/42Cursus/minishell$ ./minishell
minishell$ exit 42 world
entered into print_tokenlst
token: exit 42 wor…
-
-
- [x] Testcase: echo hello world
Our Output: hello world
**Bash Output:** hello world
- [x] Testcase: echo "hello world"
Our Output: hello world
**Bash Output:** hello world
- [x…
-
![image](https://github.com/gysiang/minishell/assets/124663345/ff958eea-edd7-48be-91fb-a1e70c8a1708)
@gysiang
-
ls | cat > cat.txt
↓
本家ではcat.txtがなかったら生成されるけど、テキストファイルが生成されない