Welcome![Sign In][Sign Up]
Location:
Search - shell pipe

Search list

[Linux-Unixmyshell

Description: 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call, etc., to prepare a c program has the following features: a) the realization of the basic functions of Shell, including: print prompt accepted and analysis of the command line (least squares void spaces, tab symbols, as well as for Bank address, etc.) the implementation of the command (must be an error processing enter exit or quit bye) return to the parent process b) procedures for dealing with the background (no wait) c) to deal with multi-line command (command-line analysis of the and to deal with of) d) Application of dup (), pipe () system call with input and output redirection and pipes function
Platform: | Size: 4096 | Author: 晏珏 | Hits:

[Windows DevelopvirualDOS

Description: 用PIPE重定向技术,将命令从控制台输入/输出-this programe use pipeIO redirect to control win32 shell
Platform: | Size: 5120 | Author: 可靠 | Hits:

[Linux-Unix01051312.tar

Description: 应用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 reference for beginners
Platform: | Size: 24576 | Author: 唐长茂 | Hits:

[Linux-Unixivi_ls

Description: 目的: 1、应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符; 接受和分析命令行(滤去无效的空格、tab符号以及换行符等); 执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Objective: 1, Application of UNIX-fork () system call, such as the preparation of a c program has the following features: a) the realization of the basic functions of Shell, including: print prompt accepted and analysis of the command line (least squares void spaces, tab symbols, as well as line breaks, etc.) the implementation of the command (must be an error to deal with enter or exit from the bye) return to the parent process b) the procedures to deal with the background (no wait) c) to deal with multi-line command (command-line analysis of the ' ' and processing) d) Application of dup (), pipe () system call with the input and output redirection and pipes function
Platform: | Size: 2048 | Author: ivi | Hits:

[Multimedia DevelopAssignment3

Description: 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.
Platform: | Size: 8192 | Author: 吴峰 | Hits:

[Linux-Unixmyshell2

Description: A simple shell with pipe have a try
Platform: | Size: 3072 | Author: 立国花 | Hits:

[Delphi VCLASK_Shell

Description: Tiny_Shell 0.1 (普通版本)By Anskya 某天精神好了一点的时候写的,使用KOL+删除多余资源+清除PE重定位表+FSG压缩体积只有3k. 感谢那些提供Code和教程的GG and JJ们~~ ^_^~部分代码直接翻译C的shell Tiny_Shell.dpr 工程时最简单的shell采用匿名单管道设计,本来打算不用管道直接写的,但是怕连目录都无法显示所以还是用了单管道,有个BUG-很明显的那种-就是,输入命令看不见但是可以运行,有兴趣自己改成双管道就可以了(如果不怕自己麻烦部使用管道直接将Socks获取的信息直接写入进程,也可以返回数据的^_^). 最好不要这样作很麻烦的说。身体不好要睡觉了,就不多写了. Tiny_Shell2 0.1(端口绑定版本)By Anskya Tiny_Shell2.dpr 从0.1普通版修改的~只修改一点点Code~呵呵懒得写代码 端口绑定原理是从C的shellcode Debug出来的^_^ 默认是绑定80端口(如果没有找到这个端口就自己创建80端口。。。。),IP约束中的IP是为了防止任何人都连接上shell,这个地方可以改进一下,这个仅仅是演示版~要与实际开发结合还有好多问题存在。 -Tiny_Shell 0.1 (normal version) By Anskya One day a little better when the spirit of writing, using KOL+ delete the extra resources to clear the PE re-positioning table++ FSG compressed size of only 3k. Grateful to those that provide Code and tutorials for GG and JJ were ~ ~ ^ _ ^ ~ part of the code is a direct translation of C-shell Tiny_Shell.dpr works most simple shell use of anonymous single-piping design, originally intended to write without the direct channels, but the fear of even directories can not be displayed so it is still using a single pipe, there s the kind of BUG-obvious- that is, enter command can not see but can run, are interested in their own dual-channel can be changed to the (if not afraid of their own troubles piped directly to the Socks department obtained information directly into the process, but also can return the data ^_^). Best not to do so cumbersome to say. Poor health and going to sleep, no more writing. Tiny_Shell2 0.1 (port bound versi
Platform: | Size: 19456 | Author: dangyujia | Hits:

[Embeded LinuxLinux

Description: linux系统管理,shell、socket、pipe、queue、semphora-linux
Platform: | Size: 161792 | Author: wangxy | Hits:

[Linux-Unixpp

Description: 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 the shell command below: grep –v usr < /etc/passwd | wc –l > result.txt
Platform: | Size: 4096 | Author: kank | Hits:

[Linux-UnixsimShell

Description: 一个简单的shell,有管道,重定向等功能都已经实现-a simple shell,it has implemented pipe and redirection.
Platform: | Size: 2048 | Author: jane | Hits:

[Shell apiCmdService

Description: 基于服务的 0管道 实现cmd she-0 Pipe, a cmd shell based on Windows Service
Platform: | Size: 824320 | Author: skagon | Hits:

[Linux-Unixshell

Description: 完成linux下的shell功能。 实现自己的shell,实现了pipe,进程调度等功能。以及后台程序的显示。-implemented the shell in linux . with the technology pipe , scheduled of processus.
Platform: | Size: 11264 | Author: | Hits:

[Shell apilab

Description: Shell解释程序,用于实现unix下命令的解释执行,后台处理,管道定向等功能。-Shell interpreter, under the command used to implement the interpretation of the implementation of unix, background processing, pipe orientation and other functions.
Platform: | Size: 253952 | Author: zhangcf | Hits:

[Shell apishell.tar

Description: minix shell编程,实现了管道,后台运行,历史,重定向-minix shell , pipe ,background ,history,redir
Platform: | Size: 258048 | Author: yinjie | Hits:

[Internet-Networkshell_pipe

Description: 这是两个简单木马的源程序,单双匿名管道远程获取Shell cmd.-These are two simple trojan source, single and double pipe remote anonymous access to Shell cmd.
Platform: | Size: 2048 | Author: cfan | Hits:

[Windows DevelopProject1

Description: 《操作系统》的课程设计,实现了文件复制,fork文件复制,pipe文件复制,以及SHE-Operating System Project Design Shell
Platform: | Size: 68608 | Author: raynald | Hits:

[Linux-Unixshell-pipe.c.tar

Description: linux进程间通信,使用的是pipe,主要是实现shell命令的管道通信。-linux ipc
Platform: | Size: 1024 | Author: Maralla | Hits:

[Communicationpipe-cmd-shell

Description: 使用管道来进行进程之间通讯的例子。本例演示了如何使用管道来和cmd.exe进程通讯。-This example demonstrates how to use pipe to communicate with the "cmd.exe" process.
Platform: | Size: 12288 | Author: woshiguan | Hits:

[Embeded Linuxpipe.c

Description: 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
Platform: | Size: 1024 | Author: Folwind | Hits:

[OS programshell

Description: 实现了mini-shell功能,可以在程序中输入类似于终端的命令,程序会执行命令并输出结果,支持多命令,管道连接,支持输入输出重定向,-Realize mini-shell function, just like terminal, have used pipe and input & output redirection
Platform: | Size: 2048 | Author: | Hits:
« 12 »

CodeBus www.codebus.net