tonnytg / 42_minishell

This project has objective to build a prompt with shell commands
Apache License 2.0
2 stars 2 forks source link

echo command - use envs to print $NAME #60

Closed tonnytg closed 1 year ago

tonnytg commented 1 year ago

echo only print arguments but not parse if exist or not variable

expected:

echo $PWD
echo $SHELL

this print must be return values

tonnytg commented 1 year ago

Waiting approve https://github.com/tonnytg/42_minishell/pull/63