CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - myshell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - myshell - List
[
Linux driver
]
msh
DL : 0
自己编写的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.
Date
: 2025-07-10
Size
: 8kb
User
:
谢湘成
[
OS Develop
]
myshell
DL : 0
一个简单的shell内核,主要用于shell操作系统学习当中遇到的第三章问题。-A simple shell。
Date
: 2025-07-10
Size
: 1kb
User
:
李有志
[
Linux driver
]
myshell
DL : 0
一个自己写的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
Date
: 2025-07-10
Size
: 4kb
User
:
jun
[
Linux driver
]
myshell.tar
DL : 0
实现shell编程的cd 跳转,自己研究了好久写出来的,现在的水平还是初学者-this is a linux shell software.
Date
: 2025-07-10
Size
: 1kb
User
:
韩小梅
[
Linux driver
]
myshell
DL : 0
设计一个shell,可以执行bash的shell的部分。完全自己编写。-Designing a shell, you can bash portion of the shell. Completely write your own.
Date
: 2025-07-10
Size
: 15kb
User
:
qian
[
ELanguage
]
myshell.c
DL : 0
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.
Date
: 2025-07-10
Size
: 1kb
User
:
Jason
[
Linux-Unix
]
myshell
DL : 0
实现一个简单的shell,可以执行ls命令(To implement a simple shell, you can execute the LS command)
Date
: 2025-07-10
Size
: 1kb
User
:
岚叶
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.