搜索资源列表
-
0下载:
自己实现的模拟unix下shell的一些简单功能,包括执行常见的命令,输入输出重定向,多级管道等,To realize his shell under unix simulation of some simple functions, including the implementation of common commands, input and output redirection, multi-stage pipeline, etc.
-
-
1下载:
应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
-
-
0下载:
unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
-
-
0下载:
目的:
1、应用UNIX的fork()等系统调用,编写一个c程序具有以下功能:
a) 实现Shell的基本功能,包括有:打印提示符;
接受和分析命令行(滤去无效的空格、tab符号以及换行符等);
执行命令(要有出错处理;输入exit或者bye退出);返回父进程;
b) 处理后台程序(不需要wait)
c) 处理多行命令(分析命令行中的‘ ’并处理之)
d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;
-
-
0下载:
UNIX SHELL的设计与实现 UNIX SHELL的设计与实现-UNIX SHELL Design and Implementation of the design and implementation of UNIX SHELL
-