搜索资源列表
msh
- 自己编写的shell 解释器,包括myshell.c parse.lex he makefile三个文件可以实现列表,管道,重定向,内外部命令-I have written a shell interpreter, including three myshell.c parse.lex he makefile file list can be achieved, pipes, redirection, internal and external commands, etc.
myshell
- 一个自己写的shell,其功能如下: 1) cd <directory> ——把当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录。如该目录不存在,会出现合适的错误信息。这个命令也可以改变PWD 环境变量。 2) clr ——清屏。 3) <directory> ——列出目录<directory>的内容。 4) environ ——列出所有的环境变量。 5) echo &l
myshell.tar
- 实现shell编程的cd 跳转,自己研究了好久写出来的,现在的水平还是初学者-this is a linux shell software.
myshell
- 设计一个shell,可以执行bash的shell的部分。完全自己编写。-Designing a shell, you can bash portion of the shell. Completely write your own.
