搜索资源列表
Linux Shell实例精解
- Linux Shell实例精解 作者: Quigley / [美]Ellie 译者: 吴雨浓 ISBN: 9787508313061 页数: 544 定价: 59 出版社: 中国电力出版社 装帧: 平装(无盘) 出版年: 2003-2-1 本书重点讲述了当下最流行的两个Linux Shell---Bone Again Shell和TC Shell从它们的新特性、增加和内建的插件讲起直至具体的应用。通过对一
STM32C串口shell
- 一个基于STM32F103的串口shell程序,运行于ucos上,IAR代码,直接用IAR6.10打开编译下载即可运行。
gugu
- shell程序,大家-shell, we look at
tiny_shell
- 一个在LINUX下运行的shell程序,实现了命令运行,I/O重定向和环境变量处理等功能。-a LINUX operating in the shell and realized the running order, I/O redirection and environmental variables as well.
myshell8
- 本人自己写的模拟shell程序,可以执行基本的shell命令,在linux下运行-I wrote it myself simulated shell that can perform basic shell commands, linux in running
Foxshell
- 这是一个很简单的 shell 程序。是我在winshell中把shell功能的代码提取出来的。里面有较好的管道编程方法-This is a very simple shell. I put in winshell were shell functions from the code. There are better ways pipeline Programming
Linux_myshell
- 这是个在Linux系统下用C编写的一个shell程序,这个shell程序实现了包括vi,add,ls,sort,args,history等功能。-This is the Linux system used in the preparation of a C shell, The shell program, including vi, add, ls, sort, args, history, and other functions.
3
- 了解常用shell的编程特点,掌握shell程序设计的基础知识。对shell程序流程控制、shell程序运行方式、bash程序的调试方法及bash的常用内部命令又进一步的认识和理解。通过本实验,应基本掌握编写shell程序的步骤、方法和技巧-Understand the common features of shell programming, shell programming to master the basic knowledg
shell
- 老师给的linux下的shell程序设计的流程控制.doc 非常实用-Linux teachers to the shell under the program design process control. Doc very useful
myshell
- 几个简单实用的shell程序。它能使你更充分的了解linux下shell编程。-Several simple and practical procedure shell. It gives you a fuller understanding of shell programming under linux.
ftp_updownload
- linux下在控制台下上传文件夹的shell程序yuanma-linux in the console under the upload folder shell procedures yuanma
shell
- 一个简单的命令解释器—模拟shell 功能的程序,实现要求中所提到的可打开提示符,并获取用户输入的指令、可解析指令、可寻找命令文件、可执行基本的命令等功能-A simple command interpreter- simulated shell function procedures, to achieve the requirements mentioned in the prompt to open and obtain user
Linux-shell
- 实验材料Linux使用及shell程序设计-Experimental materials Linux use and shell programming
shell
- 操作系统中的SHELL程序~在LINUX系统中也能运行-SHELL procedures in the operating system ~ in LINUX system can also run
qnes
- shell程序-shell program
shell
- shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1,
minix-shell
- 教学作业完成的,在minix系统下可以编译执行的shell程序。可完成重定向和管道的输入输出。-Teaching job is completed, the system may be compiled in the minix shell procedure executed. Complete input and output redirection and pipes.
shell
- 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
A-Simple-Shell
- Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell pr