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

搜索资源列表

  1. shell

    2下载:
  2. 操作系统中的SHELL程序~在LINUX系统中也能运行
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7066
    • 提供者:小小宝
  1. 学生管理系统SHELL

    1下载:
  2. 学生管理系统SHELL程序
  3. 所属分类:Linux/Unix编程

  1. A-Simple-Shell

    4下载:
  2. Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:111692
    • 提供者:sy
  1. imapd_scan

    0下载:
  2. 检查Linux imap服务程序弱点的Unix Shell程序 -A unix shell app which can detect the weakness of Linux imap service
  3. 所属分类:Scanner

    • 发布日期:2017-11-09
    • 文件大小:1967
    • 提供者:站长
  1. shell.tar

    0下载:
  2. 一个linux下的简单shell程序,支持多级管道和输入输出重定向,支持多进程,经测试,运行稳定-Linux under a simple shell procedures, to support the multi-stage pipeline and the input and output redirected to support the multi-process, tested, stable operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1169
    • 提供者:hh
  1. Linux--shiyanbaogao

    0下载:
  2. Linux上机实验报告:(1)实验Linux的安装、 (2)实验Linux基本操作、(3)实验Linux Shell程序设计、(4)实验Linux 高级程序设计-Linux experiment on the report: (1) experimental installation of Linux, (2) experimental Linux basic operation, (3) experimental Linux Shell programming, (4) experimenta
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:732149
    • 提供者:阿罗
  1. shell

    0下载:
  2. unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4233
    • 提供者:王玮
  1. shell

    1下载:
  2. 开发Linux操作系统下的shell程序,编写了自己的she-Development under the Linux operating system shell procedures, the preparation of its own shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-08-09
    • 文件大小:5478
    • 提供者:彭宗山
  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. shell

    0下载:
  2. 一个简单的shell程序 能够执行简单的linux命令-A simple shell program to perform a simple linux command
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:4035
    • 提供者:熊龙生
  1. mysh

    0下载:
  2. 简单的Linux shell程序 可以运行shell脚本 Linux shell源码-Simple Linux shell program can run Linux shell shell scr ipt source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:190460
    • 提供者:duke
  1. LinuxShell

    0下载:
  2. SHELL脚本学习 很好的应用工具 什么是shell程序呢? 简单的说shell程序就是一个包含若干行shell或者linux命令的文件. 象编写高级语言的程序一样,编写一个shell程序需要一个文本编辑器.如VI等. 在文本编辑环境下,依据shell的语法规则,输入一些shell/linux命令行,形成一个完整的程序文件. -shell is very good for your study
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:26928
    • 提供者:旺旺
  1. sh-code

    0下载:
  2. linux shell 程序适合初学者使用,可以帮组初学者了解shell脚本的编写规则和基本语法-linux shell program for beginners that can help groups understand the shell scr ipt written for beginners and basic grammar rules
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1478
    • 提供者:wct
  1. Advanced-Bash-Shell-Scripting-Guide

    0下载:
  2. linux shell 高级编程 Shell脚本与Windows/Dos下的批处理相似,也就是用各类命令预先放入到一个文件中,方便一次性执行的一个程序文件,主要是方便管理员进行设置或者管理用的。-An in-depth exploration of the gentle art of shell scr ipting
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1767348
    • 提供者:超级兔
  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. linux-shell

    0下载:
  2. Linux-Shell程序入门教程,介绍了if,while,for等控制流语句的用法、条件控制、输入输出等内容-Tutorial Linux-Shell program, introduced if, while, for the use of other control flow statements, conditions, control, input and output, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:18533
    • 提供者:小耸
  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 脚本关键语法共享 ? Shell 命令行的运行 ? 编写、修改权限和执行 Shell 程序的步骤 ? 在 Shell 程序中使用参数和变量 ? 表达式比较、循环结构语句和条件结构语句 ? 在 Shell 程序中使用函数和调用其他 Shell 程序(Shell scr ipt key syntax sharing The running of the Shell command line Steps to write, modify permissions and exe
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:414720
    • 提供者:StarryNight
  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程序之学生管理系统

    1下载:
  2. shell编程的学生成绩管理系统,是我之前的一个课程设计(Student Achievement Management System Based on Shell Programming,It was one of my previous curriculum designs.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2019-10-31
    • 文件大小:7168
    • 提供者:flying-
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com