-
-
-
-
-
We could argue that in this project we could just assume malloc will always succeed so that we can focus on the parsing aspect.
I feel like elegantly handling each malloc failure will add extra code …
-
pwd without any options
-
Hello, sorry if my question looks basic but I'm not yet an expert...
1- I would love someone to explain to me how to access the sfp module that is connected in port 10 of my UDM. I know I might nee…
-
## Things left
- [ ] Ctrl C showing `^C`
- [ ] error handling
- [ ] missing return values in signals
## Simple Command & global
- [x] Execute a simple command with an absolute path like /bi…
-
minishell> $ echo '|'
minishell> $ echo '\'
\
minishell> $ echo '|'
minishell> $ echo '||'
||
There is problem with echo '|'
-
Consider another error case: too many arguments
``` bash
bash-5.2$ cd src include tests
bash: cd: too many arguments
bash-5.2$ echo $?
1
```