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

搜索资源列表

  1. Shell.bak20070428

    0下载:
  2. 利用Linux系统函数实现的SHELL程式,自己重写了LS,CLEAR等常用命令,在ECLIPSE下编译通过,可进行进一步扩展。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4087
    • 提供者:真实姓
  1. ls.15

    0下载:
  2. unix 下shell的一个简单实现程序。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2121
    • 提供者:beastman
  1. ls.rar

    0下载:
  2. linux下shell命令"ls -l"的C语言实现方法。,shell under linux command " ls-l" Ways of the C language implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:879
    • 提供者:彭晓
  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. 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. shell1

    0下载:
  2. 用C语言写的一个shell,history和ls是自己写的,其他运用了系统调用,并且可以进行后台处理以及管道的功能。-Written in C language using a shell, history, and ls write your own, the other using the system call, and can be background processing and pipeline features.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3565
    • 提供者:
  1. shell

    0下载:
  2. 在linux上執行指令 ls ctrl+h 等 按 ctrl + c 顯示執行過的指令 按 ctrl + d 結束程式 ctrl + z 顯示曾經執行過的指令 執行history 顯示出執行過的指令 -Run in the linux command ls ctrl+ h and so on in accordance with ctrl+ c show performed by the command ctrl+ d the end of the program ctrl+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:11978
    • 提供者:angela
  1. shell1

    0下载:
  2. 实现基本的Linux命令,如clr、dir、ls、environ-The realization of the basic Linux commands, such as clr, dir, ls, environ, etc.
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:973
    • 提供者:Superman
  1. second

    0下载:
  2. linux 下用C语言实现more copy system ls shell命令!-used C to more copy system ls shell of linux
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. shell编辑器的原码.比较简单.包括一些ls,string中的一些函数.提供认识-shell editor of the original code. is relatively simple. including some ls, string some of the functions. and to raise awareness
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:19159
    • 提供者:kevin yings
  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. STM32_fatfs_shell_double_mode

    0下载:
  2. 实现了FATFS+SD1.1+Shell。大约20 的代码是出自本人。 其中实现了的shell命令cmd,ls,pwd,cat等。 这是其中一个版本,为了方便大家阅读,如果有兴趣可以查看我的另外一个,实现了FATFS+SDHC+SD2.0+SD1.1+Shell。 操作方法: 上电后,发字符串!s0! 进入dataflash shell模式,发字符串close则退出shell模式 发字符串!s1! 进入SD卡shell 模式,发字符串close则退出shell模式
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:438167
    • 提供者:BertonHe
  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. simple-shell

    0下载:
  2. linux简单shell功能实现,可以实现主流的ls data 等命令,还可带参数-Simple shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:71557
    • 提供者:maizi
  1. shell.tar

    0下载:
  2. 实现shell的大部分功能,例如pwd,cd,ls,其实就和linux下的终端差不多-To achieve most of the functionality of the shell, for example, pwd, cd, ls, in fact, almost under linux terminal
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:8553
    • 提供者:孙涛
  1. shell.c

    0下载:
  2. shell命令解释器源码,主要包含cd、ls、mkdir、cp等一些命令的实现-shell command
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:80369
    • 提供者:许名亮
  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
« 12 3 »
搜珍网 www.dssz.com