hyudai28 / minishell_42

0 stars 1 forks source link

single quate #5

Closed hyudai28 closed 2 years ago

hyudai28 commented 2 years ago

'cat file | grep bla | more'

minishell

cat: file: No such file or directory
cat: '|': No such file or directory
cat: grep: No such file or directory
cat: bla: No such file or directory
cat: '|': No such file or directory
cat: ls: No such file or directory

bash

cat file | grep bla | more: command not found
hyudai28 commented 2 years ago

0a3c8c87ce8b0767cdb53d117a14be8d7da38982 上のコミットによってシングルクォートはsplitされず、ひとまとまりに扱えるように