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

搜索资源列表

  1. shell

    0下载:
  2. 完成linux下的shell功能。 实现自己的shell,实现了pipe,进程调度等功能。以及后台程序的显示。-implemented the shell in linux . with the technology pipe , scheduled of processus.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:11.25kb
    • 提供者:
  1. myshell

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

    • 发布日期:2016-07-13
    • 文件大小:4.04kb
    • 提供者:晏珏
  1. pipe.c

    1下载:
  2. Linux下管道通信,用管道一端用shell执行命令,在另一端读取命令结果-Linux, pipe communication with the pipeline one end of the shell to execute command to read the results of the command at the other end
  3. 所属分类:Embeded Linux

    • 发布日期:2015-09-30
    • 文件大小:1kb
    • 提供者:Folwind
  1. pipe-cmd-shell

    0下载:
  2. 使用管道来进行进程之间通讯的例子。本例演示了如何使用管道来和cmd.exe进程通讯。-This example demonstrates how to use pipe to communicate with the "cmd.exe" process.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:12.26kb
    • 提供者:woshiguan
  1. lab

    0下载:
  2. Shell解释程序,用于实现unix下命令的解释执行,后台处理,管道定向等功能。-Shell interpreter, under the command used to implement the interpretation of the implementation of unix, background processing, pipe orientation and other functions.
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:248.21kb
    • 提供者:zhangcf
  1. virualDOS

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

    • 发布日期:2017-04-15
    • 文件大小:4.76kb
    • 提供者:可靠
  1. 01051312.tar

    0下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行 -With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:24.49kb
    • 提供者:唐长茂
  1. ivi_ls

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

    • 发布日期:2017-03-29
    • 文件大小:1.93kb
    • 提供者:ivi
  1. Assignment3

    0下载:
  2. The programme implement a simple shell. It could execute a command, having pipe, redircting, forward a background process and background a foreground process and so on. It is implemented using recursive.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:8.11kb
    • 提供者:吴峰
  1. myshell2

    0下载:
  2. A simple shell with pipe have a try
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2.65kb
    • 提供者:立国花
  1. ASK_Shell

    0下载:
  2. Tiny_Shell 0.1 (普通版本)By Anskya 某天精神好了一点的时候写的,使用KOL+删除多余资源+清除PE重定位表+FSG压缩体积只有3k. 感谢那些提供Code和教程的GG and JJ们~~ ^_^~部分代码直接翻译C的shell Tiny_Shell.dpr 工程时最简单的shell采用匿名单管道设计,本来打算不用管道直接写的,但是怕连目录都无法显示所以还是用了单管道,有个BUG-很明显的那种-就是,输入命令看不见但是可以运行,有兴趣自己改成双管道就可以
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:18.57kb
    • 提供者:dangyujia
  1. Linux

    0下载:
  2. linux系统管理,shell、socket、pipe、queue、semphora-linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:157.55kb
    • 提供者:wangxy
  1. pp

    0下载:
  2. Unix课程作业。 使用fork(), exec(), dup2(), pipe() ,open()系统调用完成与下列shell命令等价的功能。 grep –v usr < /etc/passwd | wc –l > result.txt -An assignment in UNIX course. Using fork(), exec(), dup2(), pipe(), open() system calls to do the same function of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3.79kb
    • 提供者:kank
  1. simShell

    0下载:
  2. 一个简单的shell,有管道,重定向等功能都已经实现-a simple shell,it has implemented pipe and redirection.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1.98kb
    • 提供者:jane
  1. CmdService

    0下载:
  2. 基于服务的 0管道 实现cmd she-0 Pipe, a cmd shell based on Windows Service
  3. 所属分类:Shell api

    • 发布日期:2017-04-03
    • 文件大小:804.59kb
    • 提供者:skagon
  1. shell.tar

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

    • 发布日期:2017-03-30
    • 文件大小:251.94kb
    • 提供者:yinjie
  1. shell_pipe

    0下载:
  2. 这是两个简单木马的源程序,单双匿名管道远程获取Shell cmd.-These are two simple trojan source, single and double pipe remote anonymous access to Shell cmd.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:2.48kb
    • 提供者:cfan
  1. shell-pipe.c.tar

    0下载:
  2. linux进程间通信,使用的是pipe,主要是实现shell命令的管道通信。-linux ipc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:699byte
    • 提供者:Maralla
  1. shell

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

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:
  1. HW2

    0下载:
  2. This program is to give you practice in the use of UNIX functions fork() and pipe() and to implement message communication between processes. In this program you will implement a simple UNIX shell in C. The shell reads a command line from the input,
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-10-16
    • 文件大小:1.06kb
    • 提供者:mtxg5615
« 12 »
搜珍网 www.dssz.com