-
- [ ] 必要なデータの洗い出し
- [ ] minishellそのもので使うデータの洗い出し
- [ ] 文法解析時に使うデータの洗い出し
-
This happens when first pressing Ctrl+C and then exiting.
It's because when we print a newline depends on the exit code.
With a program that returns 130 we also print a newline.
This also applie…
-
Need to write a lexer of some sorts... Can use String#substrings:delim as a base for that (but with escaping and shit)
-
-
## バグの説明
builtinコマンドの標準出力を>> or >でいじった際にその後の出力がおかしくなる
## 再現方法
標準出力する自作builtin関数と>> or > で再現できる
case 1: minishell$pwd > out.txt
case 2: minihsell$env > out.txt
case 3: minihsell$echo > out.tx…
-
### minishell
```sh
minishell > echo > file1
minishell > env > file1
```
1RO8s updated
5 months ago
-
Minishell $ export TEST="123 aout"TEST2="ocharcr;ph"
STRING_TOKEN: export
STRING_TOKEN: TEST="123 aout"TEST2="ocharcr;ph"
-
awk '/main/ { print }' minishell.c works fine
$ awk ' { print $1 }' minishell.c doesn't work
--error message prints: minishell: syntax error: can't handle unclosed quotes
--history shows: …
-
**Project Name**
Minishell
**What is the issue**
The evalsheet asks the evaluator to test the exit builtin with and without arguments, while the command explicitly asks to implement it without ar…
-
I wanted to use the code with an esp32.
I changed tx and rx pins to esp32 pins, However code does not run with multiple errors. 1st one being the minishell.h library which I was unable to find on In…