搜索资源列表
myshell.rar
- 自己实现的模拟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.
unixshell
- 主要介绍了sh的变量、基本语法、程序设计等。如果掌握了这些内容,在学习其他UNIX下编程语言的时候,相信有一定的好处,我们说了,在大多数的UNIX中都提供Bourn Shell,而且很少有象sh这样强大的脚本编辑语言了,是系统管理员和程序员的一笔财富,并且不需要额外的软件环境,对文件等处理借助unix命令,实现起来比c实现还要简单。 -Mainly introduces the variables, basic grammar sh, program design, etc. If m
minishell
- unix shell的简单实现,方便初学者进阶,初步了解shell的编写。-unix shell to achieve a simple, convenient Advanced beginners a preliminary understanding of the preparation of shell.
shell_unix
- unix下shell编程的资料,讲的的比较简单易懂,并有相关的例子说明。-shell under unix programming information, said the relatively simple and understandable, and relevant examples.
shell
- unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
expmt1
- UNIX下编程实现带参数的简单shell.包含1.c、apue.h、error2e.c-UNIX Programming with the parameters under the simple shell. Contains 1.c, apue.h, error2e.c
Beginning.Linux.Programming4th_EN
- Linux程序设计 : 第4版(最负盛名的Linux程序设计图书) 时至今日,linux系统已经从一个个人作品发展为可以用于各种关键任务的成熟、高效和稳定的操作系统,因为具备跨平台、开源、支持众多应用软件和网络协议等优点,它得到了各大主流软硬件厂商的支持,也成为广大程序设计人员理想的开发平台。 本书是linux程序设计领域的经典名著,以简单易懂、内容全面和示例丰富而受到广泛好评。中文版前两版出版后,在国内的linux爱好者和程序员中也引起了强烈反响,这一热潮一直持续至今。本书是国内读者
LINUX--UNIX-SHELL
- 本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -This book is divided into five parts, shell programming skills are introduced in detail, various UNIX commands and syntax, but also under the UNIX word p
myshell
- Unix/Linux下简单shell的实现,可以自定义时间参数设定执行时间,超时则中断-Simple shell implentation in UNIX/Linux,with time configured by user
simple-shell-program-report
- 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。-A simple shell (command line interpreter) and, similar to bash, csh. The main purpose of this design is to learn how to create a process and management process on Unix systems
Linux-and-Unix-Shell-programing
- linux和unix脚本入门的最佳书籍 讲解深入浅出 是shell脚本专家推荐的入门书籍-linux and unix scr ipt entry books explain simple terms is a shell scr ipt expert recommended introductory books
linux-and-unix-shell-programming
- 本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -The book is divided into five parts, details of shell programming skills, a variety of UNIX commands and syntax, but also involves under UNIX text processin
OIFSp
- 操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。 已通过测试。 -Operating system experiments: simulation using two disk file system directory structure, file operations. The program is si
Shell
- 用C语言编写一个简单的shell程序,清晰易读、设计优良.使用Linux下的软件开发工具,学习使用POSIX/UNIX系统调用、对进程进行管理和完成进程之间的通信,理解并发程序中的同步问题.-A simple shell program written in C language, legible, well-designed software development tools under Linux, learning to use the POSIX/UNIX system call, t
myshell
- 一个UNIX下的简易SHELL,编写SHELL代码有助于理解UNIX环境编程。-A simple shell program in UNIX environment, which helps understanding the basic environment of UNIX programming.
Unix
- 一个简单的shell,能够实现管道,外部命令,内部命令,bu-A simple shell, can be achieved pipes, external commands, internal commands, buaa
mosh.c.tar
- Simple shell program. For practice with unix and linux systems
shell
- simple shell for unix written in C
HW2
- 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,