๋ชฉ๋กOperating Systems: Principles & Practice (1)
KoreanFoodie's Study

Implement a simple linux shell with pipe and more! ๋ฆฌ๋ ์ค ์์์ ํ์ดํ, ๋ฆฌ๋ค์ด๋ ์ ์ ๊ตฌํํด ๋ณด์ I'm going to present how to solve execercise 11, chapter3, from Operating Systems: Principles & Practice,2nd Edition. Problem specificatoin : implement a simple linux shell in c capable of executing a sequence of programs that communicate through a pipe. For example, if the user types ls | wc... So the problem is how t..
OS
2019. 4. 23. 14:47