搜索资源列表
简单shell
- 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
A-Simple-Shell
- Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
shell.tar
- 一个linux下的简单shell程序,支持多级管道和输入输出重定向,支持多进程,经测试,运行稳定-Linux under a simple shell procedures, to support the multi-stage pipeline and the input and output redirected to support the multi-process, tested, stable operation
shell-Linux
- linux下的简单的shell解释器,l inux下的简单的shell解释器-under linux simple shell interpreter, linux under the simple shell interpreter, linux easy under the shell interpreter
shell
- unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
parse
- Simple shell using pipes on C/C++ Linux
Myshell
- 在linux下实现的简单shell 实现了变量 通道 重定向等功能-Simple Shell in linux.
Shell-analytic-procedure
- 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
shell
- 一个简单的shell程序 能够执行简单的linux命令-A simple shell program to perform a simple linux command
shell
- 一个简单的shell解释程序,供大家参考-A simple shell interpreter, for your reference
my-shell
- Linux操作系统下的一个简单的shell,提供给初学者作为参考-Under the Linux operating system, a simple shell, provided as a reference for beginners
shell
- A simple shell for linux
Shell
- linux shell编程查询手册,简单的shell编程实例-linux shell programming manual check, simple shell programming examples
vi-shell
- linux环境下 关于shell的介绍,主要介绍了一些vi编辑器的基本命令和简单的shell编程-linux environment on the shell of the introduction, introduces some basic vi editor commands and a simple shell programming
Shell
- 简单的shell,可以简单的实现linux的shell实现-Simple shell, you can simply achieve the realization of linux' s shell
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
shell
- 这是一个简单的shell命令解释器,只实现了非常简单的功能-this is a simple shell command translation program,
12
- 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
simple-shell
- linux简单shell功能实现,可以实现主流的ls data 等命令,还可带参数-Simple shell
simple-shell
- 简单的shell 综合设计指导书 小题答案-simple shell
