搜索资源列表
12
- 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
shell
- 实验一利用课本第9页程序1-5的框架,实现允许输入命令带参数的简单shell。原来的实现是不能够带参数的。输入命令所能带的参数个数,只受到系统键盘输入缓冲区长度(以及shell输入缓冲区长度)的限制,该缓冲区的缺省长度是4096个字节。-Experiments using the framework of textbooks 9 program 1-5, simple shell allows the input command with parameters. The original imp
shell
- Linux ubuntu下类shell指令的实现代码-Under Linux ubuntu, shell-like command s complement
shell
- 模拟Linux操作系统shell编程,完全实现其功能,很全面-shell programming
linux
- Linux实验及源程序代码。shell脚本,求平均数,求平方。-Linux experiments and source code. shell scr ipt, and the average squared.
bash-4.1.tar
- 1,此源代码为本人所写,非GNU的源代码,不要因此而误导大家,摆出此来仅供交流 2,此源代码不完整,shell的很多功能都没有实现,只是实现了一些主要的功能 3,实现功能如下: a,输入命令,并运行 b,实现if 和while的深层嵌套 c,实现环境变量,和shell本身变量 d,实现管道和重定向等功能。 4,由于能力问题,程序可能有错误,欢迎高手指点-1, this source code as I wrote, non-G
zynq_linux.tar
- Linux for Xylinx Zynq Chip. Many software items, such as Linux, use the environment variable CROSS_COMPILE, to invoke the GNU tools that are used to build it. The following command should be used to add the tools to the Linux host path and setup th
UNIXPCPShell
- unix-linux-c-shell站式学习,学习驱动的朋友,必须具备的利器!还有更多的qt资料可以发信!-unix-linux-c-shell stop learning, learning-driven friend, you must have a weapon! More qt data can write!
1
- 命令解释实现window命令和linux命令的转换-shell
shell
- linux 的 shell 源代码 九百多行的代码 大神级手笔。。。简洁,漂亮-linux shell source code More than nine hundred lines of code God-level mine. . . Simple, beautiful
shell
- 采用c语言,在linux环境下的shell模拟程序。实现了env、sleep等指令-the shell proced in linux using C
elfp
- linux elf文件壳源码,压缩率还可以.-linux elf file shell source
shell-_-Linux-
- 简介: 主要 Linux 平台下的 shell 脚本原码,主要包括如何对系统和进程资源进行有效的监控。-Summary: This paper describes the Linux platform using shell scr ipts, including how resources systems and processes for effective monitoring.
shell
- linux脚本学习的必备知识。里面收集了相应的电子书和学习的站点-linux scr ipt to learn the necessary knowledge. Which collected the appropriate books and learning sites
bin
- shell编程,linux系统下的shell编程,1、2、3、4、5几个数相加-shell programming, linux system under the shell programming, 1,2,3,4,5 a few numbers together
5-bootld-demo
- s3c2440的bootloader,有nandflash,sdram,uart等驱动还有一个简单的shell和一些基本命令的实现-s3c2440 bootloader
linux-shell
- linux shell脚本编写学习,讲解语法格式并举例说明-linux shell study
shell
- simple shell for unix written in C
simple-shell
- 简单的shell 综合设计指导书 小题答案-simple shell
Shell-Scripts-guide
- UNIX shell脚本学习指南;-UNIX shell scr ipt study guide
