搜索资源列表
Shell实例
- t_shell 一个简单完整的命令解释程序 适合shell入门的实例程序-t_shell a simple explanation of command shell entry procedures for the sample program
shell it out
- 建立一个simple>的简单shell,通过编程了解fork前后parent process和child process的运行状况。调用system call检查系统报错信息。-establish a simplegt; A simple shell, through the understanding of programming before and after the parent process fork and the child process running. Calling
GENIE-SHELL
- Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和L
shell
- 软件加壳的学习,方便大家学习如何给自己的软件做简单的加壳,加大别人跟踪的难度。-Software packers of learning, and facilitate them to learn how to feed their own software to do a simple packers, increase the difficulty of others to follow.
shell
- 在linux下用C语言实现简单的shell命令-A simple shell command under linux using C language
shell
- 简单的 Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl+C 键的时候打印出用户最近输入的10 个命令。包含实验报告-Simple Shell command parser function, creating a child process and execute user commands, to create history characteristics, when the user presses Ctrl+ C key when the u
shell
- 生成器 很简单一个生成器 一键生成的-Generator is very simple one-touch a generator to generate the
myShell
- 一个简单的自制shell程序。面向对象实现。-Made a simple shell program. Object-oriented implementation.
ysh
- 一个简单的shell,北航大三的作业。支持进程前后台运行的控制功能。-a simple shell, my homework in Grade 3 in BUAA. It support the functions of foreground and background processes and change between them
shell
- 一个简单的shell源码,实现了最基本的shell功能,初学者可以参考学习。-A simple source of the shell, the shell to achieve the most basic functions, beginners can refer to the study.
1
- 实现一个功能简单的shell解释程序,模拟MS-DOS命令交互界面。-The realization of a simple shell function to explain the procedure to simulate the MS-DOS command interface.
14-Shell
- 入门的介绍了shell编程。内容主要有shell的常用语句,一些简单的功能实现等-Introduction to shell programming introduced. The contents of the main shell of the common statement, some simple functions such as
simple ext
- 简单的shell 示范例子,实现右键的扩展功能-a simple shell sample。for count the lines of code file
start-stop
- shell编程,shell简单实用而且很强大,用SHELL实现程序的start、stop、restart。-shell programming, shell simple and practical and very powerful program with the SHELL achieve start, stop, restart.
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
MyShell
- 自己编写的简单的shell解释器。功能简单,如有需要,可自己添加功能-I have written a simple shell interpreter. Function is simple, if necessary, can add their own features
shell
- 这是一本讲述基本SHELL编程的书籍 非常简单易懂-This is a book about the basic SHELL programming is very simple to understand
Linux-shell
- s h e l l编程最烦人的一项工作是调试问题。有一些方法可以借鉴,但是最好能在问题出现前防止大部分错误,为此应遵循以下规则。 本书简单讲解-The most annoying one shell programming is to debug the problem. There are ways to learn, but the problem is best able to prevent most errors before, this should follow the rules
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
shell
- 这是一个简单的shell程序的设计。用的是c语言实现的基本的操作。-This is a simple shell program design. C language basic operation.
