42shpimanmls / 42sh

Shell project at 42
3 stars 0 forks source link

`cat | ls` aka should kill childrens after pipe + php tests are broken #346

Closed AlaricSenat closed 7 years ago

AlaricSenat commented 7 years ago

cat

You can still use termcaps and cant stop the process without killing it.

cat | ls

cat is not killed or waited and the shell keep prompting

AlaricSenat commented 7 years ago

nvm for cat, it works i wasn't up to date

n0izn0iz commented 7 years ago

cat | ls seems to work too