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

搜索资源列表

  1. 28104055398

    1下载:
  2. shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:14.25kb
    • 提供者:drufy
  1. UnixShell4osDesign

    1下载:
  2. Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly mann
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:57kb
    • 提供者:nimeda
  1. LinkQue

    0下载:
  2. 描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。 功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。 设置了调试参数输出功能,可用于跟踪各主要变量单步变化情况。 实现了一个自定义命令行SHELL,接收解释并执行各种操作命令。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.8kb
    • 提供者:旺老财
  1. removedisk

    0下载:
  2. 快速删除可移动磁盘,此程序只是个shell外壳,通过调用第三方的一个命令行的程序来快速删除可一动磁盘。
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:33.63kb
    • 提供者:sww
  1. scanner

    0下载:
  2. linux shell 得词法分析器,用于shell的命令解释。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10.62kb
    • 提供者:朱投
  1. msnshell-1.0

    0下载:
  2. MsnShell 1.0 ,一种隐藏通道工具,外网的计算机可以避开防火墙的严格数据审查,远程控制一台内网计算机。它把Shell命令/响应隐蔽地封装在MSN协议中传送出去。必要时还可以将MSN协议包封装在HTTP协议中传送出去。它无需安装客户端,只由一个可执行程序组成服务端。-MsnShell 1.0, a hidden channel tools, a computer outside the network firewall can avoid the strict review of the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:55.99kb
    • 提供者:马把
  1. iPing

    0下载:
  2. 实现了在cocoa中的shell运行。示例中使用的就是shell命令中的ping指令,最终将其显示在textView中-Achieved in the cocoa in the shell to run. Sample is used in shell command ping and eventually be displayed in the textView
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-28
    • 文件大小:61.01kb
    • 提供者:gxa gxa
  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
    • 文件大小:2.74kb
    • 提供者:陈忠俊
  1. shell

    0下载:
  2. 这是一个shell程序,模拟unix系统之下的。可以实现unix下的很多命令-This is a shell program to simulate the system under unix. Can be achieved under a lot of unix commands
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2.28kb
    • 提供者:往往
  1. shell

    0下载:
  2. 编写一个简单的命令解释器-shell功能-A simple shell-shell function
  3. 所属分类:Compiler program

    • 发布日期:2016-01-25
    • 文件大小:894byte
    • 提供者:王玉
  1. shell_explain

    0下载:
  2. 讲解shell命令是如何工作的,对于想自己动手实现一个解释器的朋友非常有帮助-Explain how the shell command to work, who want their hands to achieve an interpreter friend very helpful! !
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:3.85kb
    • 提供者:guoxiaoliang
  1. user_shell

    0下载:
  2. Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发,内附完整源码和详细开发文档。-A shell Interpreter under Linux.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:280.96kb
    • 提供者:Ye Yue
  1. shell_v3

    0下载:
  2. linux环境下,实现的shell解释器,实现功能主要有: 1. 基本界面由输入提示符开头 2. 执行可执行文件包括参数 3. 错误提示 4. 内置简单shell 命令 cd exit 5. 单次I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;-linux environment, to achieve the shell interpreter to realize functions are: 1
  3. 所属分类:Compiler program

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

    0下载:
  2. shell命令解释器的一个源码。实现了shell命令解释器一般的内部命令和外部命令。-a source for the shell command interpreter. Shell command interpreter' s internal commands and external commands.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:6.09kb
    • 提供者:饭饭
  1. Myshell

    0下载:
  2. 一个简单的shell命令解释器,有重定向,管道,历史等功能。-A simple shell command interpreter, redirection, pipes, history.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:30.34kb
    • 提供者:李俊
  1. ipython-0.13.2.tar

    0下载:
  2. ipython 是一个 python 的交互式 shell,比默认的python shell 好用得多,支持变量自动补全,自动缩进,支持 bash shell 命令,内置了许多很有用的功能和函数。在ubuntu 下只要 sudo apt-get install ipython 就装好了,通过 ipython 启动。-ipython is a python interactive shell, than the default python shell is much more useful to
  3. 所属分类:Compiler program

    • 发布日期:2017-05-22
    • 文件大小:6.79mb
    • 提供者:王亮
  1. hadoop

    0下载:
  2. hadoop学习资料,shell命令用法-hadoop learning materials, shell command usage
  3. 所属分类:MPI

    • 发布日期:2017-04-25
    • 文件大小:21.8kb
    • 提供者:gaoj
  1. iPhoneShellCommand

    0下载:
  2. 在ios6.1上编写了一个简单的界面,执行shell命令。可以逐行显示ping命令的结果,也可通过按键结束ping命令的执行。也可以终结正在执行的命令,并立即执行新的命令。-This project offers a simple window interface to execute shell commands in ios6.1 with ARC. This program can display the result of shell command ping by row.You
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-16
    • 文件大小:37.33kb
    • 提供者:许山
  1. msh

    0下载:
  2. 编译简单的shell命令解释器(shell内外部命令,管道,列表,重定向等)-Compile simple shell command interpreter (shell within external command, pipeline, lists, redirects, etc.)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4.1kb
    • 提供者:士大夫
  1. Shell

    0下载:
  2. 本软件类似于Linux系统下的Shell命令行解释器,根据输入的不同命令,能够实现不同的功能,(绝对精彩),经过老师检查,成绩满分,程序功能已超出作业要求。-The software is similar to Linux Shell command line interpreter under the system, depending on the command input, it is possible to achieve different functions, (absolutel
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1.41mb
    • 提供者:zhoumo
« 12 »
搜珍网 www.dssz.com