marimlem / minishell

0 stars 0 forks source link

minor bug: mixed up error message #56

Closed marimlem closed 1 month ago

marimlem commented 2 months ago
minishell:$  fsdf | cat << fo |more
> minishell: command not found: fsdf
abc
> fo
abc
minishell:$ cat << fo| fds |more
> abc
> d
> fds
> fo
minishell: command not found: fds

==== bash:

lknobloc@c4r6p6:~/Documents/minishell$  fsdf | cat << fo |more
> anc
> fo
anc
Command 'fsdf' not found, did you mean: