CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - myshell.c

搜索资源列表

  1. cw_shell

    0下载:
  2. 编写自己的SHELL程序myshell.c实现如下功能: (1)、显示提示符“>”。 (2)、用户在此提示符可输入简单的shell命令执行。 (3)、shell命令执行完又回到“>”提示符下。 (4)、在“>”提示符下输入“quit”退出程序-prepare their SHELL myshell.c procedures to accomplish the following functions : (a), indicating that prompt "gt;&
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:宏伟
  1. myshell

    0下载:
  2. 在LINUX下,实现一个简单的模仿SHELL的小程序,供初学者交流
  3. 所属分类:其他小程序

    • 发布日期:2011-05-31
    • 文件大小:69.35kb
    • 提供者:gepeiwei@qq.com
  1. myshell.rar

    1下载:
  2. 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:293.38kb
    • 提供者:Yang
  1. myshell

    1下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:4.04kb
    • 提供者:晏珏
  1. myshell

    1下载:
  2. 用C++编写的Linux myshell,支持重定向和管道符号,支持CD命令,供初学者参考-With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command reference for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2.62kb
    • 提供者:HCY
  1. my_shell

    0下载:
  2. 自己用c写的linux shell,可用供学习使用。是一个比较好的学习资料-C write their own use linux shell, available for study use. Study is a relatively good information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.87kb
    • 提供者:李涛
  1. Myshellv0.2

    0下载:
  2. 在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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:113.72kb
    • 提供者:谢海斌
  1. Myshellv0.3

    0下载:
  2. 在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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:114.61kb
    • 提供者:谢海斌
  1. myshell.c.tar

    0下载:
  2. 简单的shell功能实现,并且可以在命令行重定向。-A simple shell function realization and can be redirected at the command line.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:618byte
    • 提供者:赵晨曦
  1. myshell

    0下载:
  2. 自己动手写的shell,实现管道,重定向,前后台,多条命令,但格式必须如 ls ps touch new.c,符号前必须有空格-Yourself to write shell, implementation pipeline, redirection, after Taiwan, a number of commands, but the format must be such as ls ps touch new.c, symbols have a space before
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2.79kb
    • 提供者:wu yun
  1. myShell

    0下载:
  2. 利用多客户端telnet支持向vxworks增加一个用户she-adding a user shell to vxWorks using the multi-client telnet support
  3. 所属分类:VxWorks

    • 发布日期:2017-04-03
    • 文件大小:3.77kb
    • 提供者:lixiaomingxyz
  1. myshell

    0下载:
  2. 一个简单的,使用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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:3.17kb
    • 提供者:leigh
  1. myShell

    0下载:
  2. 用c实现的一个简单的shell,在linux、minix3上测试正常-C achieved by a simple shell, in linux, minix3 the tests are normal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3.55kb
    • 提供者:Jewelz Qiu
  1. myshell-(2)

    0下载:
  2. 用C语言编程实现execl调用。 用execl执行list当前目录的功能 -With the C programming language execl call. Execl perform list with the function of the current directory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5.5kb
    • 提供者:misgod
  1. myshell

    0下载:
  2. 用c语言实现shell功能,包括shell下一些基本的命令的实现-Shell functions, including the realization of some basic shell commands using c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2.4kb
    • 提供者:罗宾
  1. myshell

    0下载:
  2. 实现在linux下的myshell功能, 包括通道等 用C编程的-Realize the myshell function in Linux, including channel, etc In the C programming of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2.06kb
    • 提供者:李和
  1. myshell

    0下载:
  2. 实现Linux C下的shell命令重定向-Linux C shell command redirection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:20.77kb
    • 提供者:周一
  1. MyShell

    0下载:
  2. linux c++编程实现shell程序,与DOS相似,但只是其中几种功能-simple shell
  3. 所属分类:Shell api

    • 发布日期:2017-11-10
    • 文件大小:3.38mb
    • 提供者:ZHAOXIN
  1. myshell.c.tar

    0下载:
  2. 实现myshell 对于编程有很大的帮助-Achieve myshell great help for programming! ! !
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:911byte
    • 提供者:Alex
  1. myshell.c

    0下载:
  2.  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 co
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1.17kb
    • 提供者:Jason
« 12 »
搜珍网 www.dssz.com