Korn+Shell
Korn+Shell技术资料下载专区,收录421份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
421
源代码
5,186
Korn+Shell 热门资料
查看全部 421 份 →Advanced Bash− Scripting Guide An in− depth exploration of the art of shell scripting Me
Advanced Bash− Scripting Guide An in− depth exploration of the art of shell scripting Mendel Cooper
2015-06-24
34
简单shell的设计和实现 1)、除了系统调用execve
简单shell的设计和实现 1)、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”等)的处理。 2)、输入错误命令能提示出错并进入下一轮接收命令状态。 ...
2014-11-28
52