文件名称:Linux-shell-V1.0-LZN
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 33kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Linux下Shell命令解释器,一、 实现功能:
要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求:
1、 能够执行外部程序命令,命令可以带参数;
2、 能够执行fg、bg、cd、history、exit等内部命令;
3、 使用管道和输入输出重定向;
4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
5、 使用Make工具建立工程;
6、 使用调试器gdb来调试程序;
-Shell command interpreter under Linux, one Function: called for a simple command interpreter, which is a shell in linux, in this program we will be named mysh, requirements: 1, to execute an external program command command can take arguments 2, to perform fg, bg, cd, history, exit and other internal command 3, the use of input and output redirection and pipes 4, support the front and back operations, provide job control features, including a list of print jobs, change the currently running job before/background status, and control operations hang, suspend and continue to run 5, build the project using the Make utility 6, using the gdb debugger to debug the program
要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求:
1、 能够执行外部程序命令,命令可以带参数;
2、 能够执行fg、bg、cd、history、exit等内部命令;
3、 使用管道和输入输出重定向;
4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
5、 使用Make工具建立工程;
6、 使用调试器gdb来调试程序;
-Shell command interpreter under Linux, one Function: called for a simple command interpreter, which is a shell in linux, in this program we will be named mysh, requirements: 1, to execute an external program command command can take arguments 2, to perform fg, bg, cd, history, exit and other internal command 3, the use of input and output redirection and pipes 4, support the front and back operations, provide job control features, including a list of print jobs, change the currently running job before/background status, and control operations hang, suspend and continue to run 5, build the project using the Make utility 6, using the gdb debugger to debug the program
(系统自动生成,下载前可以参看下载内容)
下载文件列表
shell命令解释器V1.0版LZN\aaa
........................\ASHELL
........................\BSHELL
........................\en_fou.c
........................\en_fou.h
........................\en_fou.o
........................\keypress.c
........................\keypress.h
........................\keypress.o
........................\main.c
........................\main.o
........................\Makefile
........................\mysh_profile
........................\my_pipe.c
........................\my_pipe.h
........................\my_pipe.o
........................\order_judge.c
........................\order_judge.h
........................\order_judge.o
........................\record_history.c
........................\record_history.h
........................\record_history.o
........................\redirect.c
........................\redirect.h
........................\redirect.o
........................\tags
........................\test
........................\test.c
........................\tset
shell命令解释器V1.0版LZN
........................\ASHELL
........................\BSHELL
........................\en_fou.c
........................\en_fou.h
........................\en_fou.o
........................\keypress.c
........................\keypress.h
........................\keypress.o
........................\main.c
........................\main.o
........................\Makefile
........................\mysh_profile
........................\my_pipe.c
........................\my_pipe.h
........................\my_pipe.o
........................\order_judge.c
........................\order_judge.h
........................\order_judge.o
........................\record_history.c
........................\record_history.h
........................\record_history.o
........................\redirect.c
........................\redirect.h
........................\redirect.o
........................\tags
........................\test
........................\test.c
........................\tset
shell命令解释器V1.0版LZN