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

搜索资源列表

  1. 简单shell

    0下载:
  2. 一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout-a simple shell, achieving four functions : (a) cd (2) pwd (3) pid (4) logout
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3493
    • 提供者:亿摆
  1. Minix3简单shell实现

    2下载:
  2. 在minix3.1.8中实现了简单的shell解释器,功能有: 1. 基本界面 由输入提示符开头 2. 执行可执行文件 包括参数 3. 错误提示 4. 内置简单 shell 命令 cd exit 5. 单次 I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;
  3. 所属分类:系统编程

    • 发布日期:2011-11-07
    • 文件大小:229
    • 提供者:xcdabaichi
  1. shell.rar

    0下载:
  2. 实现shell 实现内置命令cd、pwd,实现环境变量,输入和输出可以重定向到文件,Achieve the realization of built-in shell commands cd, pwd, the achievement of environmental variables, input and output can be redirected to the file
  3. 所属分类:Shell api

    • 发布日期:2017-03-27
    • 文件大小:2028
    • 提供者:孙静
  1. shell

    0下载:
  2. 自己编写的小型shell,实现了多重管道,输入输出重定向,后台执行,以及cd命令-I have written a small shell, the realization of a multi-channel input and output redirection, background execution, as well as the cd command
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:62400
    • 提供者:耿一刚
  1. shell

    0下载:
  2. 在linux上编写的简单的shell,包括cd、ls、echo等命令-Shell code in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:31773
    • 提供者:Cicy
  1. shell

    0下载:
  2. shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
  3. 所属分类:Shell api

    • 发布日期:2017-03-24
    • 文件大小:14372
    • 提供者:zhanghonglang
  1. shell

    1下载:
  2. 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
  3. 所属分类:Shell编程

    • 发布日期:2013-10-24
    • 文件大小:22346
    • 提供者:souven
  1. shell1

    0下载:
  2. 实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令-Implementing simple Linux Shell, at least to support the cd, pwd, logout, ls command, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:897
    • 提供者:No1_chen
  1. shell

    1下载:
  2. 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
  3. 所属分类:Shell api

    • 发布日期:2015-08-11
    • 文件大小:3072
    • 提供者:llm
  1. src

    0下载:
  2. linux环境下的shell模拟程序,程序起名为ysh其特征为:能执行外部程序命令,命令可以带参数。能执行fg,bg,cd,history,exit等内部命令,使用管道和输入输出重定向-shell under linux environment simulation program, the program named ysh characterized by: external procedures to carry out orders, the order parameter can ta
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:15577
    • 提供者:dd
  1. lab1

    0下载:
  2. Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:2807
    • 提供者:陈忠俊
  1. linuxcmd

    0下载:
  2. 一个C++编写的LINUX SHELL,支持的命令有cat cd rm mkdir ls pwd pid mv cp,"exit"命令用于退出- The program is to execute some common commands of Linux,available commands are: cat cd rm mkdir ls pwd pid mv cp,same function as the standard linux shell command.There’s als
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:847
    • 提供者:王跃辉
  1. Shell-analytic-procedure

    0下载:
  2. 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:79398
    • 提供者:吴倩倩
  1. CD.tar

    0下载:
  2. 改写了《Linux程序设计》第二章shell编程最后面的CD唱片应用程序,欢迎大家指教。我的环境是Ubuntu 9.04。-Very simple example shell scr ipt for managing a CD collection.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2270
    • 提供者:hezhongchen
  1. shell

    0下载:
  2. 一个很强大的shell程序,在linux上面运行。支持cd、pwd、ls等命令-A very strong shell, to run in linux. Support the cd, pwd, ls and other commands
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:622
    • 提供者:hcy
  1. shell

    0下载:
  2. linux 下的简易shell,实现了包括ls、cd、cp、rm、mdir等基本功能-under the simple linux shell, to achieve, including ls, cd, cp, rm, mdir basic functions such as
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:877
    • 提供者:
  1. Linux-shell-V1.0-LZN

    1下载:
  2. Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:34001
    • 提供者:张亮
  1. 实现简单的shell解释程序,

    0下载:
  2. 实现一个功能简单shell解释程序,即MS-DOS命令交互界面。代码对电脑上盘区进行操作,不调用自带的cmd.exe,对各盘区进行操作。在shell程序实现盘符切换、cd、dir、mkdir、chdir等五个ms-dos命令。具体实现参照各命令在cmd.exe中调用情况。
  3. 所属分类:系统编程

    • 发布日期:2013-05-23
    • 文件大小:1512842
    • 提供者:lancer13
  1. shell

    1下载:
  2. 程序要求: (1) 程序运行时,先显示欢迎信息; (2) 创建一个新的用户。用户名为本人的姓名拼音缩写加学号的后两位 (3) 在本人的主目录下创建目录,目录的名称为本人的学号 (4) 在新创建的目录下,创建一个新文件,文件名为本人的姓名全拼 (5) 修改文件的权限为-rwxr--r--; (6) 判断文件是否可读,如果可读,显示“File yangchuanying is readable.”,否则,显示“File yangchuanying is not readable.”
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-18
    • 文件大小:121856
    • 提供者:阿文201
  1. shell

    0下载:
  2. a basic UNIX shell in C that reads and processes commands
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:3072
    • 提供者:hlmtxx
« 12 3 4 »
搜珍网 www.dssz.com