文件名称:linux_myshell
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4.11mb
- 下载次数:
- 0次
- 提 供 者:
- lu***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
linux下的命令解释器,能执行部分内部和外部命令,支持I/O重定向,管道和前后台作业及控制,能够执行fg、bg、jobs、cd、history、exit这些内部命令,能够执行带参数的外部命令,支持I/O重定向,支持前后台作业
。-linux command interpreter, part of the internal and external commands, support for I/O redirection, pipes, and front and back office operations and control, and be able to perform fg, bg, jobs, cd, history, and exit these internal commands, able to perform with The parameters of the external command to support I/O redirection and support before and after the operation.
。-linux command interpreter, part of the internal and external commands, support for I/O redirection, pipes, and front and back office operations and control, and be able to perform fg, bg, jobs, cd, history, and exit these internal commands, able to perform with The parameters of the external command to support I/O redirection and support before and after the operation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TheShell
........\Makefile
........\command.c
........\command.h
........\config.h
........\history.c
........\history.dat
........\history.h
........\job.h
........\main
........\main.c
........\main.h
........\pipe.c
........\pipe.h
........\temp
........\test
........\....\ta
........\test.txt
........\内部命令.png
........\外部命令.png
........\大作业1.doc
........\操作系统大作业报告.docx
........\管道命令.png
........\输入输出重定向.png