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

    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. 01051312.tar

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

    • 发布日期:2017-04-16
    • 文件大小:24.49kb
    • 提供者:唐长茂
  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. 一个简单的,使用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. shells2

    0下载:
  2. MyShell—可运行与linux系统下的简单shell。包含:处理指令、管道、重定向功能。主要开发语言为C-MyShell-linux systems can be run with a simple shell. Include: processing instructions, pipeline, redirection. The main development language is C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:14.44kb
    • 提供者:王林毅
  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

    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. msh

    0下载:
  2. 自己编写的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.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:7.76kb
    • 提供者:谢湘成
搜珍网 www.dssz.com