CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - command shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - command shell - List
[
OS Develop
]
28104055398
DL : 0
shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4. Background Processing 如果命令以符合&终止,在后台并发执行该程序。Shell立即等待下一命令的输入,而不等待该程序的结束。 注:所有命令和参数由空格或tab符分隔。 -shell procedures call for the support of the following internal shell commands : 1. Batch Processing If the shell startup with a file name as a parameter. Open the document and implement all the documents in order. When all the whole process from the end of the shell. 2. Debugging for-v option, shell activated this option will open in the course of operation a number of debugging output information. In the model, the shell should show all of the process of creating the PID, Bulletins have been the end of the process and the sub-transmission to the child process parameters. 3. Prompt (command line prompt) Print $ explanation for PS2 as a prompt. 4. Background Processing order to meet if
Date
: 2008-10-13
Size
: 14.25kb
User
:
drufy
[
OS Develop
]
UnixShell4osDesign
DL : 0
Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly manner operational procedures and the enforcement of the order. The courses require students to design the linux under orders to write an interpretation of procedures, Ksh most basic functions. : Allows users to enter an executable program and the name of its command line parameters, the implementation of this procedure. Simultaneously part of the internal commands (such as cd, details to be achieved in order), and redirect input and output functions.
Date
: 2008-10-13
Size
: 57kb
User
:
nimeda
[
OS Develop
]
28104055398
DL : 0
shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4. Background Processing 如果命令以符合&终止,在后台并发执行该程序。Shell立即等待下一命令的输入,而不等待该程序的结束。 注:所有命令和参数由空格或tab符分隔。 -shell procedures call for the support of the following internal shell commands : 1. Batch Processing If the shell startup with a file name as a parameter. Open the document and implement all the documents in order. When all the whole process from the end of the shell. 2. Debugging for-v option, shell activated this option will open in the course of operation a number of debugging output information. In the model, the shell should show all of the process of creating the PID, Bulletins have been the end of the process and the sub-transmission to the child process parameters. 3. Prompt (command line prompt) Print $ explanation for PS2 as a prompt. 4. Background Processing order to meet if
Date
: 2025-12-18
Size
: 14kb
User
:
drufy
[
OS Develop
]
UnixShell4osDesign
DL : 0
Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly manner operational procedures and the enforcement of the order. The courses require students to design the linux under orders to write an interpretation of procedures, Ksh most basic functions. : Allows users to enter an executable program and the name of its command line parameters, the implementation of this procedure. Simultaneously part of the internal commands (such as cd, details to be achieved in order), and redirect input and output functions.
Date
: 2025-12-18
Size
: 57kb
User
:
nimeda
[
OS Develop
]
IFS
DL : 0
操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。-Operating System Experiment: Simulate file operations for the two-level directory structure in the file system. Should pay attention to run it: the initial user name and password are "root", and you can enter command "help" for help.
Date
: 2025-12-18
Size
: 20kb
User
:
Ingu
[
OS Develop
]
myshell
DL : 1
用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshell里输入help <command> 时,输出<command>的使用说明) -With pure C language under Linux in a Shell, contains tch and bash the basic functions (including redirect and running in the background), the moment does not support the pipeline. Has been under cygwin and test Ubantu 7.10. Mainly includes: makefile compiler generated executable file myshell main function myshell.c (relating to procedures for entrance) utility.c all the features of function (nearly 1000 lines) myshell.h (contains macro definition, the structure declaration, the first document library, and all utility.c statement function) readme user' s manual (when users enter help in myshell <command> , The output <command> The use of explanation)
Date
: 2025-12-18
Size
: 293kb
User
:
Yang
[
OS Develop
]
beershell
DL : 0
一个简单的模拟shell的程序,通过现有的Linuxshell命令对其进行基本的操作-A simple procedure for the simulation shell, through the existing Linuxshell its basic operation command
Date
: 2025-12-18
Size
: 2kb
User
:
gang li
[
OS Develop
]
freecom
DL : 0
FreeDOS command shell sources
Date
: 2025-12-18
Size
: 1.72mb
User
:
god
[
OS Develop
]
112
DL : 0
进程,文件系统管理,linux+shell简单命令)-Processes, file system management, linux+ shell simple command)
Date
: 2025-12-18
Size
: 511kb
User
:
lishangxi
[
OS Develop
]
My-OS
DL : 0
一个简单的shell或命令行解释器,使用了部分API函数,能够简单的实现一些命令调用-A simple shell or command line interpreter, use some API function that can achieve some simple command to call
Date
: 2025-12-18
Size
: 1.13mb
User
:
hank
[
OS Develop
]
simdisk
DL : 0
拟文件系统的前端操作shell 实现一个简单的shell(命令行解释器)。 将设计一的管理程序simdisk作为后台进程运行,利用本设计任务的shell操作simdisk。 本设计任务在于学会如何实现在前端的shell进程和后端的simdisk进程之间利用共享内存进行进程间通信(IPC)。 -File system front-end operations intended to implement a simple shell shell (command line interpreter). The design of a management program simdisk runs as a background process, the use of the design task shell operation simdisk. The design task is to learn how to achieve simdisk process between the front and rear shell process using shared memory for inter-process communication (IPC).
Date
: 2025-12-18
Size
: 11kb
User
:
嘉
[
OS Develop
]
msh
DL : 0
编译简单的shell命令解释器(shell内外部命令,管道,列表,重定向等)-Compile simple shell command interpreter (shell within external command, pipeline, lists, redirects, etc.)
Date
: 2025-12-18
Size
: 4kb
User
:
士大夫
[
OS Develop
]
Shell
DL : 0
本软件类似于Linux系统下的Shell命令行解释器,根据输入的不同命令,能够实现不同的功能,(绝对精彩),经过老师检查,成绩满分,程序功能已超出作业要求。-The software is similar to Linux Shell command line interpreter under the system, depending on the command input, it is possible to achieve different functions, (absolutely wonderful), after the teacher checked out the results, the program features have exceeded job requirements.
Date
: 2025-12-18
Size
: 1.41mb
User
:
zhoumo
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.