搜索资源列表

  1. shell

    1下载:
  2. Linux下的shell解释器,实现了基本命令的解释,管道,重定向,列表等功能。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:13867
    • 提供者:zz
  1. shell

    1下载:
  2. Linux shell实现,包括管道,重定向,后台进程等实现
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4745
    • 提供者:herofj1986
  1. Minix3简单shell实现

    2下载:
  2. 在minix3.1.8中实现了简单的shell解释器,功能有: 1. 基本界面 由输入提示符开头 2. 执行可执行文件 包括参数 3. 错误提示 4. 内置简单 shell 命令 cd exit 5. 单次 I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;
  3. 所属分类:系统编程

    • 发布日期:2011-11-07
    • 文件大小:229
    • 提供者:xcdabaichi
  1. tiny_shell

    0下载:
  2. 一个在LINUX下运行的shell程序,实现了命令运行,I/O重定向和环境变量处理等功能。-a LINUX operating in the shell and realized the running order, I/O redirection and environmental variables as well.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:100352
    • 提供者:Rachel
  1. liunx_shellprogram

    0下载:
  2. 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用"<"和">"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:22528
    • 提供者:李强
  1. ysh

    0下载:
  2. 一个简单的shell解释程序,能完成简单的命令解析,支持管道,重定向,前后台任务,历史查看,exit退出she-a simple shell interpretation of the procedures, the completion of a simple analytic order to support pipelines, redirection, before and after the Taiwan mission, h
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:3072
    • 提供者:罗晓峰
  1. minshell

    0下载:
  2. 一个简单的shell,可以实现管道,重定向,cd,后台,ls等功能-a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:4096
    • 提供者:刘光
  1. UnixShell4osDesign

    0下载:
  2. Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to e
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-01
    • 文件大小:58368
    • 提供者:nimeda
  1. final

    1下载:
  2. 这是一个shell程序,实现模拟进程,后台操作,重定向等功能-This is a shell procedure, the realization of the modeling process, background operation, redirects and other functions
  3. 所属分类:Shell编程

    • 发布日期:2024-05-01
    • 文件大小:95232
    • 提供者:双清
  1. shell

    0下载:
  2. Linux下的shell解释器,实现了基本命令的解释,管道,重定向,列表等功能。-Linux under the shell interpreter, the realization of the basic commands, pipelines, redirection, a list of functions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:13312
    • 提供者:zz
  1. shell

    0下载:
  2. Linux shell实现,包括管道,重定向,后台进程等实现-Linux shell realize, including pipelines, redirection, background processes, such as the realization of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:4096
    • 提供者:herofj1986
  1. 5050309915_project_1

    0下载:
  2. shell 实现 操作系统课程设计 实现一个shell程序,含管道和重定向的实现-operating system shell to achieve the realization of a shell course design process, including pipes and redirects realize
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-01
    • 文件大小:1024
    • 提供者:bz
  1. linux_shell_C

    1下载:
  2. C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:135168
    • 提供者:secret
  1. myshell

    0下载:
  2. 自己实现的模拟unix下shell的一些简单功能,包括执行常见的命令,输入输出重定向,多级管道等-To realize his shell under unix simulation of some simple functions, including the implementation of common commands, input and output redirection, multi-stage pipeline, e
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:1024
    • 提供者:wupeng
  1. C++shell

    0下载:
  2. 一直在犹豫,到底是用string 来当参数呢,还是用char *来当参数呢?现在还没有实现重定向和批处理-Has been hesitant to come in the end is when the parameters of string, or char* to use it when the parameters? Has yet to achieve the redirection and batch
  3. 所属分类:Shell编程

    • 发布日期:2024-05-01
    • 文件大小:2048
    • 提供者:youyou
  1. shell

    0下载:
  2. shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
  3. 所属分类:Shell编程

    • 发布日期:2024-05-01
    • 文件大小:14336
    • 提供者:zhanghonglang
  1. shell

    0下载:
  2. 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>
  3. 所属分类:Shell编程

    • 发布日期:2024-05-01
    • 文件大小:22528
    • 提供者:souven
  1. minix-shell

    0下载:
  2. 教学作业完成的,在minix系统下可以编译执行的shell程序。可完成重定向和管道的输入输出。-Teaching job is completed, the system may be compiled in the minix shell procedure executed. Complete input and output redirection and pipes.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-01
    • 文件大小:2048
    • 提供者:
  1. Linux-shell-V1.0-LZN

    0下载:
  2. Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-01
    • 文件大小:33792
    • 提供者:张亮
  1. Project2

    0下载:
  2. C语言 shell操作,重定向,后台 如何用C/C++实现shell的重定向和管道功能(C language shell operation, redirection, how does the background use C/C++ to realize shell redirection and pipeline function?)
  3. 所属分类:控制台(字符窗口)编程

« 12 3 4 5 »

源码中国 www.ymcn.org