gysiang / minishell

0 stars 1 forks source link

echo3 #296

Closed gysiang closed 4 months ago

gysiang commented 4 months ago

Testcases

  1. echo '$PWD'+"$USER"
  2. echo "$PWD'+'$USER"+""

Removed the spaces from the last echo word.