Closed tonnytg closed 1 year ago
Handle " (double quote) which should prevent the shell from interpreting the metacharacters in the quoted sequence except for $ (dollar sign).
https://github.com/tonnytg/42_minishell/blob/main/srcs/parser/interpreter.c#L70
Handle " (double quote) which should prevent the shell from interpreting the metacharacters in the quoted sequence except for $ (dollar sign).