CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - MyShell

搜索资源列表

  1. MyShell.zip

    1下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:40kb
    • 提供者:
  1. myshell

    0下载:
  2. 实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the cur
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11.03kb
    • 提供者:叶黎
  1. MyShell

    0下载:
  2. linux下shell的一个实现源码-under the realization of a source
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:36.5kb
    • 提供者:陈盛荣
  1. myshell.rar

    0下载:
  2. 自己实现的模拟unix下shell的一些简单功能,包括执行常见的命令,输入输出重定向,多级管道等,To realize his shell under unix simulation of some simple functions, including the implementation of common commands, input and output redirection, multi-stage pipeline, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.35kb
    • 提供者:wupeng
  1. MyShell.rar

    0下载:
  2. 一个shell程序可以实现管道,重定向,cd,后台,ls等功能,a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:30.44kb
    • 提供者:落木
  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. shell

    0下载:
  2. #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:32.02kb
    • 提供者:李明
  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

    0下载:
  2. 在linux下实现的简单shell 实现了变量 通道 重定向等功能-Simple Shell in linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16.05kb
    • 提供者:zhangbo
  1. MyShell

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

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

    0下载:
  2. 在ubuntu下自己实现的shell, 可以输入常见的命令。-Ubuntu achieved in under their own shell, you can enter common commands.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:729byte
    • 提供者:zwj
  1. myshell

    0下载:
  2. 新版自编 liunx shell ,实现了解释器功能-Linux shell written by myself
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:36.16kb
    • 提供者:CheeWii
  1. msh

    1下载:
  2. 实现myshell解释器,实现了cd,exit,logout-this is myshell explain
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3.67kb
    • 提供者:东海飞龙
  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. 实现在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. qiancheng

    0下载:
  2. linux下 写的myshell代码,可以cd功能,简单的命令支持管道,重定向-write myshell under linux code, cd function, a simple command to support pipes, redirection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:37.02kb
    • 提供者:亮亮
  1. myshell

    1下载:
  2. 一个简单的Linux下的shell,详细资料参见William Stallings写的“操作系统--内核与设计原则”:-a simple myshell,you can find more in the book of Operating Systems- Internals and Design Principle
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:23.95kb
    • 提供者:aven
  1. myshell

    0下载:
  2. 实验4 信号处理(20分) 目的: 学习和掌握信号的处理方法,特别是sigaction,alarm,sigpending,sigsetjmp和siglongjmp等函数的使用。 要求: 1、编制具有简单执行时间限制功能的shell: myshell [ -t <time> ] 这个测试程序的功能类似实验1,但是具有系统shell (在cs8服务器上是bash)的全部功能。<time>是测试程序允许用户命令执行的时间限制,默认值为无限制。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:17kb
    • 提供者:苏茗伊
« 12 3 »
搜珍网 www.dssz.com