Welcome![Sign In][Sign Up]
Location:
Search - myshell

Search list

[Linux drivermsh

Description: 自己编写的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.
Platform: | Size: 8192 | Author: 谢湘成 | Hits:

[OS Developmyshell

Description: 一个简单的shell内核,主要用于shell操作系统学习当中遇到的第三章问题。-A simple shell。
Platform: | Size: 1024 | Author: 李有志 | Hits:

[Linux drivermyshell

Description: 一个自己写的shell,其功能如下: 1) cd <directory> ——把当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录。如该目录不存在,会出现合适的错误信息。这个命令也可以改变PWD 环境变量。 2) clr ——清屏。 3) <directory> ——列出目录<directory>的内容。 4) environ ——列出所有的环境变量。 5) echo <comment> ——在屏幕上显示<comment>并换行(多个空格和制表符可能被缩减为一个空格)。 6) help ——显示用户手册,并且使用more 命令过滤。 7) quit ——退出shell -Write their own shell, its function as follows: 1) cd <directory>- The current default directory is changed to <directory>. If there is no <directory> parameter, it displays the current directory. If the directory does not exist, there will be an appropriate error message. This command can also change the PWD environment variable. 2) clr- clear the screen. 3) <directory>- list directory <directory> content. 4) environ- lists all environment variables. 5) echo <comment>- Display <comment> on the screen and a line feed (multiple spaces and tabs may be reduced to a single space). 6) help- displays the user s manual, and use the more command filtering. 7) quit- quit shell
Platform: | Size: 4096 | Author: jun | Hits:

[Linux drivermyshell.tar

Description: 实现shell编程的cd 跳转,自己研究了好久写出来的,现在的水平还是初学者-this is a linux shell software.
Platform: | Size: 1024 | Author: 韩小梅 | Hits:

[Linux drivermyshell

Description: 设计一个shell,可以执行bash的shell的部分。完全自己编写。-Designing a shell, you can bash portion of the shell. Completely write your own.
Platform: | Size: 15360 | Author: qian | Hits:

[ELanguagemyshell.c

Description:  Your shell prompt MUST adhere to the following format: o Current date (optional) and time (mandatory) followed by the hash sign (e.g., 13:03:00#)  Your shell MUST support, at minimum, the following commands: o The internal shell command “exit” to terminate the shell o ls, with no arguments o ls, with arguments (e.g., ls –l) o echo  Your shell WILL NEED system calls fork(), waitpid(), and one of execv, execve or execvp. You MUST NOT use the C library function system(). You WILL receive a grade of zero if you do so.  You MUST check and correctly handle all return values. This means that you need to read the man pages for the system calls to figure out what the possible return values are and the types of errors they indicate, and what you must do when you get that error. - Your shell prompt MUST adhere to the following format: o Current date (optional) and time (mandatory) followed by the hash sign (e.g., 13:03:00#)  Your shell MUST support, at minimum, the following commands: o The internal shell command “exit” to terminate the shell o ls, with no arguments o ls, with arguments (e.g., ls –l) o echo  Your shell WILL NEED system calls fork(), waitpid(), and one of execv, execve or execvp. You MUST NOT use the C library function system(). You WILL receive a grade of zero if you do so.  You MUST check and correctly handle all return values. This means that you need to read the man pages for the system calls to figure out what the possible return values are and the types of errors they indicate, and what you must do when you get that error.
Platform: | Size: 1024 | Author: Jason | Hits:

[Linux-Unixmyshell

Description: 实现一个简单的shell,可以执行ls命令(To implement a simple shell, you can execute the LS command)
Platform: | Size: 1024 | Author: 岚叶 | Hits:
« 1 2 3 4 5»

CodeBus www.codebus.net