CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - shell a

搜索资源列表

  1. 12

    0下载:
  2. 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:1.27kb
    • 提供者:包伟伟
  1. bash-4.1.tar

    0下载:
  2. 1,此源代码为本人所写,非GNU的源代码,不要因此而误导大家,摆出此来仅供交流 2,此源代码不完整,shell的很多功能都没有实现,只是实现了一些主要的功能 3,实现功能如下: a,输入命令,并运行 b,实现if 和while的深层嵌套 c,实现环境变量,和shell本身变量 d,实现管道和重定向等功能。 4,由于能力问题,程序可能有错误,欢迎高手指点-1, this source code as I wrote, non-G
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-21
    • 文件大小:6.29mb
    • 提供者:佳毅
  1. zynq_linux.tar

    0下载:
  2. 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
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-27
    • 文件大小:10.14mb
    • 提供者:rojoorbalino
  1. UNIXPCPShell

    0下载:
  2. unix-linux-c-shell站式学习,学习驱动的朋友,必须具备的利器!还有更多的qt资料可以发信!-unix-linux-c-shell stop learning, learning-driven friend, you must have a weapon! More qt data can write!
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:662.23kb
    • 提供者:马巍巍
  1. bin

    0下载:
  2. 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
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:2.25kb
    • 提供者:程敏
  1. TetrisGame

    0下载:
  2. 这是一个用shell脚本写的俄罗斯方块的小游戏。-This is a scr ipt written using shell Tetris game.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:7.34kb
    • 提供者:飞雪
  1. mygetline

    0下载:
  2. 自己写的小程序,实现linux shell中getline功能-a programe made by myself
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:635byte
    • 提供者:parker
  1. ttyrec

    0下载:
  2. tty记录和回放工具,记录指定tty的输入输出,并按照时间发生序列在字符模式回放。 -ttyrec is a tty recorder. ttyplay is a tty player. Installation: make or if your system is SVR4 system (Solaris etc.), make CFLAGS=-DSVR4 or if your system supports getpt(3
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:16.34kb
    • 提供者:bill
  1. Unix

    0下载:
  2. 一个简单的shell,能够实现管道,外部命令,内部命令,bu-A simple shell, can be achieved pipes, external commands, internal commands, buaa
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:103.68kb
    • 提供者:李明
  1. Sams-Teach-Yourself-Shell-Programmin-in-24-Hours.

    0下载:
  2. Red Hat Enterprise Linux Desktop: a general purpose client solution, offering desktop applications such as the OpenOffice.org office suite and Evolution mail client. Add-on options provide support for high-end development workstations and virtualizat
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1.53mb
    • 提供者:Amal
  1. myOS

    0下载:
  2. 本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1.34mb
    • 提供者:金康程
  1. msh

    0下载:
  2. 自己编写的shell 解释器,包括myshell.c parse.lex he makefile三个文件可以实现列表,管道,重定向,内外部命令-I have written a shell interpreter, including three myshell.c parse.lex he makefile file list can be achieved, pipes, redirection, internal and external commands, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:7.76kb
    • 提供者:谢湘成
  1. busybox-1.15.1.tar

    0下载:
  2. BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的shell。-BusyBox is one of the more than one hun
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1.89mb
    • 提供者:jay
  1. myshell

    3下载:
  2. 一个自己写的shell,其功能如下: 1) cd <directory> ——把当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录。如该目录不存在,会出现合适的错误信息。这个命令也可以改变PWD 环境变量。 2) clr ——清屏。 3) <directory> ——列出目录<directory>的内容。 4) environ ——列出所有的环境变量。 5) echo &l
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3.96kb
    • 提供者:jun
  1. myshell.tar

    0下载:
  2. 实现shell编程的cd 跳转,自己研究了好久写出来的,现在的水平还是初学者-this is a linux shell software.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:韩小梅
  1. myshell

    0下载:
  2. 设计一个shell,可以执行bash的shell的部分。完全自己编写。-Designing a shell, you can bash portion of the shell. Completely write your own.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-29
    • 文件大小:14.75kb
    • 提供者:qian
搜珍网 www.dssz.com