搜索资源列表

  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编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:hh
  1. Bourne_again_shell(bash)basic_programming

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

    • 发布日期:2024-05-22
    • 文件大小:295936
    • 提供者:吴继发
  1. myshell

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

    • 发布日期:2024-05-22
    • 文件大小:300032
    • 提供者:Yang
  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 orde
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:15360
    • 提供者:dd
  1. ysh

    0下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:香烟
  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编程

    • 发布日期:2024-05-22
    • 文件大小:62464
    • 提供者:耿一刚
  1. shell

    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编程

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

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

    • 发布日期:2024-05-22
    • 文件大小:139264
    • 提供者:james
  1. shell

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

    • 发布日期:2024-05-22
    • 文件大小:11264
    • 提供者: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
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:10240
    • 提供者:刘云
  1. Myshell

    0下载:
  2. 在linux下实现的简单shell 实现了变量 通道 重定向等功能-Simple Shell in linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:16384
    • 提供者:zhangbo
  1. shell

    0下载:
  2. 在Linux中实现shell命中的管道功能和重定向功能-Linux shell hit in the pipeline to achieve functionality and redirection
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:diyangsi
  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编程

    • 发布日期:2024-05-22
    • 文件大小:189440
    • 提供者:ryyrzzl
  1. shell.tar

    0下载:
  2. minix shell编程,实现了管道,后台运行,历史,重定向-minix shell , pipe ,background ,history,redir
  3. 所属分类:Shell编程

    • 发布日期:2024-05-22
    • 文件大小:258048
    • 提供者:yinjie
  1. shell-scripting

    0下载:
  2. 介绍shell脚本编程的相关内容,对于管道、输入输出重定向及通配符进行了详细的介绍。-Introduction shell scr ipt programming related content, for the pipeline, input and output redirection and wildcard characters were described in detail.
  3. 所属分类:Shell编程

    • 发布日期:2024-05-22
    • 文件大小:98304
    • 提供者:冰与火
  1. shell

    0下载:
  2. Linux下的命令解释器,实现了基本外部命令,管道,重定向等-Linux, the command interpreter, basic external command, pipes, redirection, etc.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:Nick
  1. SHELL

    0下载:
  2. shell的基本实现.重定向。管道等。 主要是用在LINUX环境下-discr iption of shell
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:lunich
  1. Shell

    0下载:
  2. 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:431104
    • 提供者:Hang
  1. shell

    0下载:
  2. 在minix3.1.8下实现shell命令解释器,能够执行cd等内部命令,外部命令,实现了无名管道和i/o重定向-In minix3.1.8 under shell command interpreter, able to perform internal commands such as cd, external commands, to achieve the unnamed pipes and i/o redirection
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:stella lai
  1. mcat.c.tar

    0下载:
  2. Linux系统编程,实现cat程序与shell重定向功能-Linux system programming, cat program with the shell redirection
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:SHIJY
« 1 23 4 5 »

源码中国 www.ymcn.org