-
# 존재하지 않는 명령어 입력 시 배쉬와 다르게 동작하는 문제
## 미니쉘
![image](https://user-images.githubusercontent.com/72433681/165277574-f88e2af6-b173-4605-ac70-b97d206bc1e7.png)
## 배쉬
![image](https://user-images.githubu…
-
When someone erase the env before launching our executable, we segfault automatically
Bash --posix's correct behaviour :
```
PWD=/mnt/nfs/homes/msanjuan/Documents/Projets_Github/42_Minishell
S…
-
환경변수 리스트 저장하실 때에 마지막에 $?=0 도 추가해주세요! bash 쉘을 켜자마자 echo $? 명령어를 실행하면 0 이 출력되는데, 이를 위해서 필요합니다. env 폴더 내의 update_env() 함수를 이용해 update_env(data, "?", 0); 만 끝에 한 줄 추가해주시면 됩니다~
_Originally posted by @S0Y…
-
Linux (Debian) sigaction return `EINVAL`.
https://github.com/fluffy-willa-42-team/minishell/blob/4a9cf265580321560178cb660eaee93bb996dc91/src/msh_prompt.c#L39-L101
## Note
ERRORS
…
-
**Bash**
-
- [x] cd //
- [x] cd '//'
- [ ] cd '/etc'
- [ ] cd '/var'
- [x] cd ../
cd "$OLDPWD"
- [x] $PWDの更新
- [x] $OLDPWDの更新
-
Ao tentar acessar as variáveis de ambiente acaba dando INVALID READ ao tentar acessar qualquer variável de ambiente
```
==26940== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==…
-
When I want to start valgrind I got this message :
```
❯ valgrind ./a.out
==92575== Memcheck, a memory error detector
==92575== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==…
-
Readlineを使用して入力を作成
-