搜索资源列表
shiyan1
- 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。 要求实现的shell支持以下内部命令: 1. cd <目录> 更改当前的工作目录到另一个<目录>。如果<目录>未指定,输出当前工作目录。如果<目录>不存在,要求有适当的错误信息提示。改命令应能够改变PWD的环境变量。 2. environ 列出所有环境变量字符串的设置(类似于Unix系统下的e
shell1
- 实现基本的Linux命令,如clr、dir、ls、environ-The realization of the basic Linux commands, such as clr, dir, ls, environ, etc.
environ
- 其实学习完C/C++后马上就可以进入windows编程了 多看些程序源代码从中吸取知识~~ 要说经典的话个人认为黑客x档案出的《黑客编程入门2》是绝对经典~~没看过的确是损失!!! 总之最重要的还是得靠自己的努力!!! -First, the need to understand c++ syntax in which the operating system are the same, except that: a platform for programming changed, so
Variable-Finder
- 用来查询系统变量值,也可以查询计算机名,本程序使用Environ$函数来查询Win系统的变量。-Used to query the system variable values, or you can query the computer name, the program uses the Environ$ function to query the Win system variables.
myshell
- 开发的Shell程序支持以下命令: 1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。 2)clr——清屏 3)dir <directory>——列出目录<directory>的内容 4)environ——列出所有的环境变量 5)echo <comment
execvp
- Execute FILE, searching in the `PATH environment variable if it contains no slashes, with arguments ARGV and environment `environ .-Execute FILE, searching in the `PATH environment variable if it contains no slashes, with arguments ARGV and environm