|
|
1
2
shell读取标准输入,根据需要写入标准输出/错误,并执行其他程序。如果你对写一本书的内容感兴趣,我建议你阅读 "UNIX Systems Programming" by Kay Robbins and Steve Robbins . 我没读过这个版本,原版的名字是 “实用的Unix编程” . It does contain sections devoted to process management that include writing a very basic shell. If you haven't read "Advanced Programming in the UNIX Environment" by Stevens 我建议你也读一下。 |
|
|
2
1
不,shell只是从stdin读取并输出到stdout。显然它 做 做的不止这些,但这是最基本的。 |
|
|
George Kim · 如何在iOS中模拟特定坐标空间中的触摸? 2 年前 |
|
|
BENG · 协调C++和Objective-C中结构的填充 2 年前 |
|
|
Community wiki · iPhone上ivar的继承问题 2 年前 |
|
|
Community wiki · 在OpenGL中显示YUV 2 年前 |
|
|
YosiFZ · pod更新依赖关系pod 3 年前 |
|
|
Community wiki · 查找iOS日历 3 年前 |