JonasGoetz01 / 42-minishell

Built your very own shell, Minishell! Explore executing commands, managing history, and controlling inputs and outputs. Dive into handling processes and files while creating a user-friendly shell interface. Get hands-on with shell scripting in a fun and accessible way with Minishell (DONT PANIC SHELL)!
1 stars 1 forks source link

rewrite expander logic #303

Closed JonasGoetz01 closed 6 months ago

JonasGoetz01 commented 6 months ago

Test Summary

Total tests: 2784 Passed: 2493 Failed: 291

JonasGoetz01 commented 6 months ago

Test Summary

Total tests: 2784 Passed: 2614 Failed: 170

JonasGoetz01 commented 6 months ago

Test Summary

Total tests: 2784 Passed: 2628 Failed: 156

JonasGoetz01 commented 6 months ago
echo 'HELLO'$?:''"42"
echo $"$"
echo $'HOM'E$USER
cd ~
JonasGoetz01 commented 6 months ago

Test Summary

Total tests: 2784 Passed: 2657 Failed: 127

JonasGoetz01 commented 6 months ago

Test Summary

Total tests: 2784 Passed: 2665 Failed: 119

JonasGoetz01 commented 6 months ago

muss noch gemacht werden:

echo 'HELLO'$?:''"42"
echo $"$"
echo $'HOM'E$USER
cd ~
JonasGoetz01 commented 6 months ago
echo $/ $/ 
echo $U/SER
echo "$/ $/"
echo $/"$/"
echo $PWD/random
JonasGoetz01 commented 6 months ago

Test Summary

Total tests: 2784 Passed: 2685 Failed: 99

JonasGoetz01 commented 6 months ago

Test Summary

Total tests: 2784 Passed: 2693 Failed: 91