Relative Content

Tag Archive for shelloperating-system

difference way of fork lead in different result,why?

in MIT 6.828 homework shell
https://pdos.csail.mit.edu/6.828/2018/homework/xv6-shell.html
I complement shell’s pipe part , which enable me to execute some pipe command such as ls > temp and it works well. But when I execute ./my_sh < t.sh
//t.sh