CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux myshell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux myshell - List
[
Linux-Unix
]
MyShell
DL : 0
linux下shell的一个实现源码-under the realization of a source
Update
: 2008-10-13
Size
: 36.5kb
Publisher
:
陈盛荣
[
Linux-Unix
]
myshell
DL : 0
几个简单实用的shell程序。它能使你更充分的了解linux下shell编程。
Update
: 2008-10-13
Size
: 38.33kb
Publisher
:
dream.fa
[
Other
]
myshell
DL : 0
在LINUX下,实现一个简单的模仿SHELL的小程序,供初学者交流
Update
: 2011-05-31
Size
: 69.35kb
Publisher
:
gepeiwei@qq.com
[
Linux-Unix
]
MyShell
DL : 0
linux下shell的一个实现源码-under the realization of a source
Update
: 2025-02-17
Size
: 40kb
Publisher
:
陈盛荣
[
Linux-Unix
]
MyLoverMyShell
DL : 0
这是一个linux下的Shell.有命令历史和命令提示,补全功能。现在还不能编程。我会在12月底完成简单的编程功能。-This is a linux under the Shell. An order history and the command prompt to make up fully functional. It was not programmed. I will be completed by the end of December in a simple programming function.
Update
: 2025-02-17
Size
: 26kb
Publisher
:
冬妮
[
Linux-Unix
]
myshell8
DL : 0
本人自己写的模拟shell程序,可以执行基本的shell命令,在linux下运行-I wrote it myself simulated shell that can perform basic shell commands, linux in running
Update
: 2025-02-17
Size
: 2kb
Publisher
:
稀客
[
Linux-Unix
]
Linux_myshell
DL : 0
这是个在Linux系统下用C编写的一个shell程序,这个shell程序实现了包括vi,add,ls,sort,args,history等功能。-This is the Linux system used in the preparation of a C shell, The shell program, including vi, add, ls, sort, args, history, and other functions.
Update
: 2025-02-17
Size
: 40kb
Publisher
:
jason
[
Linux-Unix
]
myshell
DL : 0
几个简单实用的shell程序。它能使你更充分的了解linux下shell编程。-Several simple and practical procedure shell. It gives you a fuller understanding of shell programming under linux.
Update
: 2025-02-17
Size
: 38kb
Publisher
:
dream.fa
[
Linux-Unix
]
myshell
DL : 0
用C++编写的Linux myshell,支持重定向和管道符号,支持CD命令,供初学者参考-With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command reference for beginners
Update
: 2025-02-17
Size
: 2kb
Publisher
:
HCY
[
Shell api
]
MyShell
DL : 0
实现Linux的Shell基本功能。包括输入输出重定向,管道,等等。-Shell to achieve the basic functions of Linux. Including input and output redirection, pipes, and so on.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
MSM
[
Linux-Unix
]
MyShell
DL : 0
一个shell程序可以实现管道,重定向,cd,后台,ls等功能-a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
Update
: 2025-02-17
Size
: 30kb
Publisher
:
落木
[
Linux-Unix
]
01051312.tar
DL : 0
应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行 -With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command reference for beginners
Update
: 2025-02-17
Size
: 24kb
Publisher
:
唐长茂
[
Linux-Unix
]
my_shell
DL : 0
自己用c写的linux shell,可用供学习使用。是一个比较好的学习资料-C write their own use linux shell, available for study use. Study is a relatively good information
Update
: 2025-02-17
Size
: 3kb
Publisher
:
李涛
[
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)
Update
: 2025-02-17
Size
: 293kb
Publisher
:
Yang
[
Linux-Unix
]
Myshellv0.2
DL : 0
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
Update
: 2025-02-17
Size
: 114kb
Publisher
:
谢海斌
[
Linux-Unix
]
Myshell
DL : 0
在linux下实现的简单shell 实现了变量 通道 重定向等功能-Simple Shell in linux.
Update
: 2025-02-17
Size
: 16kb
Publisher
:
zhangbo
[
Linux-Unix
]
MyShell
DL : 0
模仿linux中shell的功能,简单的ls,dir等命令,也包括双管道,输入输出重定向,同时支持shell的定义变量以及变量赋值。同时做了简单的错误输入提示。-Linux in the shell to imitate the function, a simple ls, dir, etc. commands, but also dual-channel input and output redirection, while supporting the definition of shell variables and variable assignments. At the same time made a simple error input prompts.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
[
OS Develop
]
myshell
DL : 0
中山大学计算机系操作系统基于linux的实验she-sysu
Update
: 2025-02-17
Size
: 900kb
Publisher
:
刘亦然
[
Linux-Unix
]
myshell
DL : 0
新版自编 liunx shell ,实现了解释器功能-Linux shell written by myself
Update
: 2025-02-17
Size
: 36kb
Publisher
:
CheeWii
[
Linux-Unix
]
myshell
DL : 0
一个简单的,使用c语言实现的shell解析器。在linux下编译运行后,能够解析简单的shell命令。-A simple shell using c language parser implementation. Compile and run under the linux, it can resolve a simple shell command.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
leigh
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.