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

Quotes werden falsch aufgelöst #6

Closed JonasGoetz01 closed 7 months ago

JonasGoetz01 commented 7 months ago
Screenshot 2024-04-05 at 12 33 50

input: echo "'\'"

actual output: echo \

expected output: echo \'\\'

same with:

Screenshot 2024-04-05 at 12 41 32

same with:

Screenshot 2024-04-05 at 12 44 26 Screenshot 2024-04-05 at 12 44 06
JonasGoetz01 commented 7 months ago

@PaulicStudios fyi

JonasGoetz01 commented 7 months ago

Ich mach das mal