搜索资源列表

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

    • 发布日期:2008-10-13
    • 文件大小:3360
    • 提供者:罗晓峰
  1. minshell

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

    • 发布日期:2008-10-13
    • 文件大小:4235
    • 提供者:刘光
  1. UnixShell4osDesign

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

    • 发布日期:2008-10-13
    • 文件大小:58370
    • 提供者:nimeda
  1. final

    0下载:
  2. 这是一个shell程序,实现模拟进程,后台操作,重定向等功能
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:95546
    • 提供者:双清
  1. shell375Release

    1下载:
  2. 编的一个linux Shell ,能实现管道,重定向,以及一些基本的Shell 编程功能
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4444
    • 提供者:沈思淇
  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编程

    • 发布日期:2008-10-13
    • 文件大小:100970
    • 提供者:Rachel
  1. 5050309915_project_1

    0下载:
  2. shell 实现 操作系统课程设计 实现一个shell程序,含管道和重定向的实现
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1561
    • 提供者:bz
  1. liunx_shellprogram

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

    • 发布日期:2008-10-13
    • 文件大小:23015
    • 提供者:李强
  1. popenn.tar

    0下载:
  2. 在linux中,利用函数popen()实现command shell的重定向.-In linux, using the function popen () to achieve the redirect command shell.
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. 实现Linux的Shell基本功能。包括输入输出重定向,管道,等等。-Shell to achieve the basic functions of Linux. Including input and output redirection, pipes, and so on.
  3. 所属分类:Shell编程

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

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

    • 发布日期:2024-05-22
    • 文件大小:30720
    • 提供者:落木
  1. virualDOS

    0下载:
  2. 用PIPE重定向技术,将命令从控制台输入/输出-this programe use pipeIO redirect to control win32 shell
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:可靠
  1. Linux_share

    0下载:
  2. 一个实现基本功能的shell命令解释器,具有带参数例如ls -l -h,管道,重定向,后台,等功能。-Implementation of the basic functions of a shell command interpreter, with band parameters such as ls-l-h, pipelines, redirection, Backgrounds, and other functions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:6144
    • 提供者:默许东
  1. LinuxShell

    0下载:
  2. 大学操作系统课程实验:Linux下实现的一个shell解释器。能够比较完整完好地执行Linux下的普通命令、重定向命令、管道命令等多种命令。-Experimental University of the operating system: Linux under a shell interpreter. Good to be able to complete the implementation of Linux under the g
  3. 所属分类:Linux/Unix编程

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

    0下载:
  2. shell命令解释器的源码,实现内部外部命令及管道重定向等-shell command interpreter source code, to achieve internal and external commands and pipes and redirection
  3. 所属分类:软件工程

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

    0下载:
  2. shell解释器实验报告,包括列表管道,重定向,内外部命令-shell interpreter lab reports, including a list of pipes, redirection, internal and external commands
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:731136
    • 提供者:谢湘成
  1. shell

    0下载:
  2. 实现了mini-shell功能,可以在程序中输入类似于终端的命令,程序会执行命令并输出结果,支持多命令,管道连接,支持输入输出重定向,-Realize mini-shell function, just like terminal, have used pipe and input & output redirection
  3. 所属分类:系统编程

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

    0下载:
  2. 使用C语言编写简单shell 实现输入输出重定向,执行内部命令和外部命令等功能-Use C language to write simple shell achieve input and output redirection, perform internal commands and external commands and other features
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:29696
    • 提供者:张军
  1. main

    1下载:
  2. 基于linux的操作系统外壳。 编写一个C 语言程序作为Linux 内核的shell 命令行解释程序,所执行的结果需和系统命令行方式保持一致。 对用户编写的shell 增加后台运行功能。即用户可以使用”&”作为一个命令,表示该命令 在后台启动。前台还可以处理其他命令。 修改程序,增加I/O 重定向功能。即用户可以使用”<”、”>”和”|”符号改变程序/文件 的输入和输出。(shell of os based linu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:hong_15
« 1 2 34 5 »

源码中国 www.ymcn.org