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

搜索资源列表

  1. Bourne_again_shell(bash)basic_programming

    0下载:
  2. Bourne again shell (bash) 基本编程.pdf 通过学习如何使用 bash 脚本语言编程,将使 Linux 的日常交互更有趣和有生产 力,同时还可以利用那些已熟悉和喜爱的标准 UNIX 概念(如管道和重定向)。 在此三部分系列中,Daniel Robbins 将以示例指导您如何用 bash 编程。他将讲述 非常基本的知识(这使此系列十分适合初学者),并在后续系列中逐步引入更高 级特性。-Bourne again shell (bash) Basic pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:296410
    • 提供者:吴继发
  1. OracleUtilityScript

    1下载:
  2. oracle常用管理脚本,包含sql和unix she-commonly used management oracle scr ipt, contains the sql and unix shell
  3. 所属分类:Oracle

    • 发布日期:2017-04-25
    • 文件大小:33282
    • 提供者:colors
  1. LINUXUNIXSHELLprogram

    0下载:
  2. 讲述linux unix下shell脚本的编程,对于想要学习linux脚本编程很有帮助。-On the shell scr ipt under linux unix programming, for want to learn linux programming scr ipt helpful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:663386
    • 提供者:zhanglei
  1. batcmd

    0下载:
  2. 你可以使用DOS下的Edit或者Windows的记事本(notepad)等任何文本文件编辑工具创建和修改批处理文件。 bat是dos下的批处理文件 .cmd是nt内核命令行环境的另一种批处理文件 从更广义的角度来看,unix的shell脚本以及其它操作系统甚至应用程序中由外壳进行解释执行的文本,都具有与批处理文件十分相似的作用,而且同样是由专用解释器以行为单位解释执行,这种文本形式更通用的称谓是脚本语言。所以从某个程度分析,batch, unix shell, awk, bas
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-27
    • 文件大小:63227
    • 提供者:ljf
  1. linux_command_line_and_shell_scripting_bible

    0下载:
  2. 一本介绍shell脚本编程的宝典,适用于初学者和高手进阶-Linux Command Line and Shell scr ipting Bible
  3. 所属分类:Shell api

    • 发布日期:2017-05-27
    • 文件大小:9846597
    • 提供者:heroshiler
  1. Linux_Shell_Programming

    1下载:
  2. 《Linux 脚本编程圣经》,脚本编程的最佳教科资料-Linux Shell Programming Bible, the best teaching resource for shell programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:9846783
    • 提供者:vanyy
  1. LinuxShell

    0下载:
  2. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:3774108
    • 提供者:曾亮
  1. shell-guide

    0下载:
  2. 一篇不错的shell教程,很不错的bash脚本编写教程-shell programing guide
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:117617
    • 提供者:陈躬止
  1. shellprogramminglinux

    0下载:
  2. shell编程基础,教授基本Shell操作命令,Shell脚本控制结构-shell programming based on basic Shell operation commands, Shell scr ipting control structures, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-29
    • 文件大小:11749513
    • 提供者:zhanglizhe
  1. LINUX_system_analysis_and_advanced_programming_tec

    0下载:
  2. LINUX系统分析与高级编程技术 本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰富、论述全面,涵盖了Linux系统的方方面面。本书附带光盘包括了RedHat Linux系统的最新版本,及安装方法,还包括本书的大量程序代码,极大地方便了读者,为使用和将要使用Linux系统的技术人员提供了较全面的参考。 -LINUX system analysis and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:9359690
    • 提供者:QianYang
  1. Linux

    2下载:
  2. 在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, th
  3. 所属分类:Linux-Unix program

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

    1下载:
  2. 作业控制是操作系统的首要功能,是连接用户与操作系统内核的最主要的通道。UNIX的作业控制由shell程序实现,它接收终端用户的联机命令,或执行shell脚本程序,完成用户的作业。shell以用户进程的方式运行于用户模式,因此,用户可以选择自己喜欢的shell程序,也可以使用自行设计的个性化shell程序。-Job control is the primary function of the operating system is to connect the user with the oper
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:331138
    • 提供者:谢海斌
  1. pv

    0下载:
  2. 刚学了perl,用它写的统计pv的脚本,这个要结合 一个shell脚本,先用shell脚本生成一个文件,然后用perl脚本读入这个文本文件。-Just learn perl, use it to write the scr ipt of statistical pv, this should be combined with a shell scr ipt, first with the shell scr ipt generates a file, and then use perl scr
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:742
    • 提供者:zhenzhen
  1. assign4

    0下载:
  2. 第1部分 该纳契系列:0,1 ,2,3,5,8,13,21,...。开始的条款0和1,并有 每一个成功的财产一词,是前两个条件的总和。编写一个非递归 功能纳契(n)到显示的前n个Fibonacci数。观看停止对样品标志 在最后显示的数字输出(它不是逗号)。编写一个简短的UNIX shell脚本来运行 您的斐波那契程序。 第2部分 编写一个C程序,使用UNIX进程管理工具。您将使用fork()函数 产卵的三子进程。每个子进程将使用execlp()函数来运行
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:54370
    • 提供者:刘洋
  1. WorkAid

    0下载:
  2. VC数据库,网络综合实例综合运用,包括文件读写,SHELL脚本打开文件,对SQL Server2000的ADO访问!-VERY GOOD!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-09
    • 文件大小:15958337
    • 提供者:袁光辉
  1. smartzip.tar

    0下载:
  2. shell脚本写的智能解压缩文件程序,练习shell的基本语法-shell scr ipt to extract the files to write smart programs to practice the basic syntax of shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1757
    • 提供者:zhangying
  1. command-help

    0下载:
  2. 这是Linux的shell脚本,请大家好好看一看,是入门的资料。-This is Linux, shell scr ipting, please take a good look, is the entry information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:4492
    • 提供者:巫怀林
  1. LinuxBashsrciptr

    0下载:
  2. 这是一本高级Linux shell脚本的好书,是国外人写的,里面的内容很好,请大家过来-This is a good book Advanced Linux shell scr ipt is written by foreign countries, which the contents of the good, please come take a look
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1367482
    • 提供者:巫怀林
  1. source

    0下载:
  2. 编译说明 1:需要的基本软件包 gtk+-2.0 libxml 2:编译选项 PREFIX:软件安装位置 CONFIG_FILE:软件配置文件位置 3:编译步骤 make sudo make install 4:使用说明 本程序需要root权限,用sudo执行它 第一次运行会弹出配置对话框,点击确定即保存配置。 5:常见问题 1)对话框提示网络发生错误: 查看命令行输出的调试信息,根据错误信息来确定出错原因。常见错误:无效的网卡=>需
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:188125
    • 提供者:李彦勇
  1. depth_action_rpt.sh

    0下载:
  2. 很好的Linux Shell脚本,使用这脚本可以自动执行-Good Linux Shell scr ipt, use this scr ipt to run automatically
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1604
    • 提供者:gaofa
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com