搜索资源列表
简单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
shell it out
- 建立一个simple>的简单shell,通过编程了解fork前后parent process和child process的运行状况。调用system call检查系统报错信息。-establish a simplegt; A simple shell, through the understanding of programming before and after the parent process fork and the child process running. Calling
shell
- 在linux下用C语言实现简单的shell命令-A simple shell command under linux using C language
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
- unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
Assignment3
- The programme implement a simple shell. It could execute a command, having pipe, redircting, forward a background process and background a foreground process and so on. It is implemented using recursive.
simple ext
- 简单的shell 示范例子,实现右键的扩展功能-a simple shell sample。for count the lines of code file
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
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功能-A simple shell-shell function
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
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
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
simple-shell-program-report
- 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。-A simple shell (command line interpreter) and, similar to bash, csh. The main purpose of this design is to learn how to create a process and management process on Unix systems
shell
- 华南理工大学操作系统实验六一个简单的shell解释程序的源代码(South China University of Technology operating system experiment, 6th a simple shell interpreter source code)
shell
- shell学习的一些重要指令讲解网址,同时有一个文件是一个简单的shell脚本 ,可以参考着来写脚本。(Shell to learn some of the important instructions on website.At the same time a file is a simple shell scr ipt, you can reference to write scr ipts.)