CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shell 重定向

搜索资源列表

  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. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:300420
    • 提供者:Yang
  1. shell.rar

    0下载:
  2. 实现shell 实现内置命令cd、pwd,实现环境变量,输入和输出可以重定向到文件,Achieve the realization of built-in shell commands cd, pwd, the achievement of environmental variables, input and output can be redirected to the file
  3. 所属分类:Shell api

    • 发布日期:2017-03-27
    • 文件大小:2028
    • 提供者:孙静
  1. shell

    0下载:
  2. 自己写的shell解释器,有多重管道、重定向、以及读入双引号功能。程序风格良好,适合阅读。-Write your own shell interpreter, there are multiple pipes, redirection, and read features double quotation marks. Good program style, suitable for reading.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:189007
    • 提供者:ryyrzzl
  1. shell

    0下载:
  2. 自己编写的小型shell,实现了多重管道,输入输出重定向,后台执行,以及cd命令-I have written a small shell, the realization of a multi-channel input and output redirection, background execution, as well as the cd command
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:62400
    • 提供者:耿一刚
  1. shell

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

    • 发布日期:2017-03-24
    • 文件大小:14372
    • 提供者:zhanghonglang
  1. shell

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

    • 发布日期:2013-10-24
    • 文件大小:22346
    • 提供者:souven
  1. linux_shell_C

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

    • 发布日期:2017-03-28
    • 文件大小:135647
    • 提供者:secret
  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 api

    • 发布日期:2017-03-29
    • 文件大小:2243
    • 提供者:youyou
  1. shell.tar

    0下载:
  2. 一个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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1169
    • 提供者:hh
  1. Bourne_again_shell(bash)basic_programming

    0下载:
  2. Bourne again shell (bash) 基本编程.pdf 通过学习如何使用 bash 脚本语言编程,将使 Linux 的日常交互更有趣和有生产 力,同时还可以利用那些已熟悉和喜爱的标准 UNIX 概念(如管道和重定向)。 在此三部分系列中,Daniel Robbins 将以示例指导您如何用 bash 编程。他将讲述 非常基本的知识(这使此系列十分适合初学者),并在后续系列中逐步引入更高 级特性。-Bourne again shell (bash) Basic pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:296410
    • 提供者:吴继发
  1. src

    0下载:
  2. linux环境下的shell模拟程序,程序起名为ysh其特征为:能执行外部程序命令,命令可以带参数。能执行fg,bg,cd,history,exit等内部命令,使用管道和输入输出重定向-shell under linux environment simulation program, the program named ysh characterized by: external procedures to carry out orders, the order parameter can ta
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:15577
    • 提供者:dd
  1. shell

    0下载:
  2. LINUX SHELL 的实现 管道重定向-LINUX SHELL implementation of pipeline redirection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:139333
    • 提供者:james
  1. shell

    0下载:
  2. shell for linux ,实现了管道重定向等-shell for linux, to achieve the pipeline redirection, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:11127
    • 提供者:lml
  1. shell.finish

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

    • 发布日期:2017-04-02
    • 文件大小:9736
    • 提供者:刘云
  1. minix-shell

    1下载:
  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. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2479
    • 提供者:
  1. Linux-shell-V1.0-LZN

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

    • 发布日期:2017-03-24
    • 文件大小:34001
    • 提供者:张亮
  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 »
搜珍网 www.dssz.com