issues
search
305 results
for 42-minishell
Best match
Best match
Most commented
Newest
Recently updated
Least commented
Oldest
Least recently updated
fucalerro/42-minishell
#30
wrong type flagging
```BASH /Users/bob/src/42-minishell๐ป > outfile >> outappend < infile cmd1
Lu-ni
updated
7 months ago
1
JonasGoetz01/42-minishell
#207
> tmp_out | echo 1
``` >tmp_out | echo 1 Tokens: Type: 5, Value: > Type: 0, Value: tmp_out Type: 15, Value: Type: 8, Value: | Type: 15, Value: Type: 0, Value: echo Type: 15, Value: Type: 0, Value: 1 Tokโฆ
PaulicStudios
updated
6 months ago
2
42-Lyon-Projects/minishell-revamp
#47
[BUG] Leak
root@6691fa2149fc:/project# valgrind --leak-check=full --suppressions=supp.supp --show-leak-kinds=all ./minishell ==2256== Memcheck, a memory error detector ==2256== Copyright (C) 2002-2017, andโฆ
LuyNagda
updated
9 months ago
2
eesum/minishell_42
#13
bug: export a์๊ฐ์ด value์ ์๋ฌด๊ฒ๋ ์์ฌ๋ =๋นผ๊ณ ์ ์ฅ
seohyeki
updated
8 months ago
1
eesum/minishell_42
#15
bug: exit ์ธ์๊ฐ์ด " 0"์ผ๋ ์ ์์ข ๋ฃ ๋์ด์ผ ํจ
seohyeki
updated
8 months ago
1
eesum/minishell_42
#14
bug: ์ข ๋ฃ์ฝ๋ ๋ค๋ฆ
input: ` ""''` output: exec failed ($? 126) expected: command not found ($? 127)
seohyeki
updated
8 months ago
1
eesum/minishell_42
#7
refactor: c flag ์๋ฌ ์์
eesum
updated
8 months ago
1
JonasGoetz01/42-minishell
#316
>tmp_out | echo 1 does not get split
`>tmp_out | echo 1` should execute like `> tmp_out | echo 1`
PaulicStudios
updated
6 months ago
2
eesum/minishell_42
#5
bug: ctrl-d ์ ๋ ฅ์ ๊ฐํ ๋ค์ด๊ฐ๋ ๊ฒ ์ฒ๋ฆฌ
eesum
updated
8 months ago
1
eesum/minishell_42
#3
fix: ์ ๋ ๋ฒจ ์ฌ๋ฌ๋ฒ ๋ค์ด๊ฐ์๋ exit | exit | ... ์คํ์ exit ์ถ๋ ฅ๋์ง ์๋๋ก ์์
eesum
updated
8 months ago
1
ไธไธ้กต
1
...
7
8
9
10
11
12
13
...
31
ไธไธ้กต