hboissel / minishell

simple bash posix
0 stars 0 forks source link

weird commands inside pipe #36

Closed ddelhalt closed 1 year ago

ddelhalt commented 1 year ago
minishell$ "wc "-l
minishell: wc -l: command not found

inside a pipe :

minishell$ env|"wc "-l
55