搜索资源列表
Minix3简单shell实现
- 在minix3.1.8中实现了简单的shell解释器,功能有: 1. 基本界面 由输入提示符开头 2. 执行可执行文件 包括参数 3. 错误提示 4. 内置简单 shell 命令 cd exit 5. 单次 I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;
shell
- 在MINIX的系统下,建立一个自己的Shell,可以执行你要求的命令-Establish your own shell in MINIX
myshell
- 自己编的Minix shell,源码在myshell文件夹中.说明文档readme.虚拟机在文件夹中,用户名和密码都是root, 程序在/home/myshell中-the Minix shell I developped. the source code and readme are in the rar file. Minix s user name and password are both "root".
shell.tar
- minix shell编程,实现了管道,后台运行,历史,重定向-minix shell , pipe ,background ,history,redir