文件名称:smallshell
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 宋*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计并实现一个简单的命令处理程序,名字为smallshell。要求具备以下基本功能:
1.支持交互式的用户界面
2.支持内置命令:cd,exit,设置搜索路径path等。
3.支持可执行文件的运行
4.支持输入输出重定向功能
5.支持管道功能-Design and implement a simple command handler, named smallshell. Requires the following basic functions: 1. Support an interactive user interface (2) support built-in commands: cd, exit, set the search path path and so on. 3 support the executable file to run 4 Support input and output redirection 5 feature support for the pipeline
1.支持交互式的用户界面
2.支持内置命令:cd,exit,设置搜索路径path等。
3.支持可执行文件的运行
4.支持输入输出重定向功能
5.支持管道功能-Design and implement a simple command handler, named smallshell. Requires the following basic functions: 1. Support an interactive user interface (2) support built-in commands: cd, exit, set the search path path and so on. 3 support the executable file to run 4 Support input and output redirection 5 feature support for the pipeline
(系统自动生成,下载前可以参看下载内容)
下载文件列表
smallshell.c