TheSecretOrganization / minishell

MIT License
1 stars 2 forks source link

rework redirections priorities #193

Closed Neffi42 closed 7 months ago

Neffi42 commented 7 months ago

cat > out -e < test Should create out and output an error because test does not exist

Neffi42 commented 7 months ago

on main out is not created

Neffi42 commented 7 months ago

< test cat -e > out however this should not create out