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

搜索资源列表

  1. Linux_shell_program

    0下载:
  2. bash编程手册,一本比较牛的bash编程指导书
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:268122
    • 提供者:zhuoyong
  1. linux-cdcache

    0下载:
  2. 这个bash脚本是为了我自己方便而写的,我想它也会给别人带来方便。 使用方法:把脚本的内容copy到你的~/.bashrc文件中就可以了。登录到linux环节之后,你可以使用 lsd 命令列出最近使用过的一些目录,可以使用\"cd <数字>\"的形式切换到那个目录。 版权 ==== 没有:)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:910
    • 提供者:陈永保
  1. 20082302345

    0下载:
  2. 本文将较为详细地介绍 Linux 下最常用的 shell,bash。bash(Bourne Again Shell) 是 Linux 的缺省 shell,并被大多数用户所使用,在本文中你将学会:
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:412714
    • 提供者:hsj
  1. ABS_Guide_cn

    0下载:
  2. 高级Bash脚本编程指南 这本使用大量的例子详细地介绍了Bash的语法,各种技巧,调试等等的技术,以循序渐进的学习方式,让你了解Bash的所有特性,在书中还有许多练习可以引导你思考,以得到更深入的知识。无论你是新手还是老手,或是使用其他语言的程序员,我能肯定你能在此书用受益。而本书除了介绍BASH的知识之外,也有许多有用的关于Linux/UNIX的知识和其他shell的介绍。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:268110
    • 提供者:wangd
  1. BASH

    0下载:
  2. linux shell 包含简单脚本病毒 文件备份有详细注释 初学shell学习
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:96808
    • 提供者:lixinwei
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:8186
    • 提供者:香烟
  1. fetion

    0下载:
  2. 实现自动发送天气预报信息到飞信好友 qt实现界面 采用第三方飞信库接口 bash脚本抓取天气信息-Automatically send weather information to Fetion Friends
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:8066115
    • 提供者:spy
  1. bash-4.1_modify.tar

    0下载:
  2. 改写bash4.1的bashhist.c部分内容,完成审计的直接向远端的发送,信息丰富如下: PID=23244,PPID=23242,TIME=1348019885,TTY=/dev/pts/2,ORG=192.168.198.1,SRC=root,USER=root,DIR=/siem,CMD=ls -l-To rewrite bash4.1 the bashhist.c part to complete the audit sent directly to the remote, ri
  3. 所属分类:Crack_Hack

    • 发布日期:2017-11-01
    • 文件大小:6919492
    • 提供者:holy
  1. minishell

    1下载:
  2. 本实验写了一个小型的shell程序minishell,实现了一个bash shell程序的cd命令,通过quit命令可以退出minishe-In this study, write a small shell program minishell, a bash shell program to achieve the cd command, through the quit command to quit minishell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:18256
    • 提供者:sdf
  1. gcc

    0下载:
  2. GCC 中文手册 感觉还不错!大家共同学习-GCC Manual Chinese feeling pretty good! Common learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:298698
    • 提供者:li
  1. linuxshellbash

    0下载:
  2. linux shell bash 编程,Linux软件的应用安装、cams应用指南-linux shell bash programming, Linux software installation, cams Application Guide
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-12
    • 文件大小:20365846
    • 提供者:jone
  1. l-trash.sh

    0下载:
  2. A simple trash that simulate a desktop trash in window managers...a real bash scr ipting example.Try it!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1148
    • 提供者:lupsyn
  1. ccache-2.3.tar

    0下载:
  2. ccache 是一个快速的编译器缓存。当您编译一个程序的时候,它会缓存中间的结果。这样,不论什么时候您重新编译同一个程序,编译所需要得时间将被大大缩短。对于普通的编译来说,这可以提高编译速度5到10倍。 这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。 (注:Linux下运行)-ccache is a compiler cache. It acts as a cachin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:84386
    • 提供者:王军阵
  1. AdvancedBashScriptingGuideCode

    0下载:
  2. Shall高级编程,有关Linux脚本编程的配套源代码。-Shall high-level programming, scr ipting on the Linux source code package.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1384140
    • 提供者:flowingcity
  1. mladdmulti

    0下载:
  2. scr ipt to load *.torrent files in mldonkey linux clinet - you can load file from bash or from php scr ipt-scr ipt to load*.torrent files in mldonkey linux clinet- you can load file from bash or from php scr ipt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3138
    • 提供者:oblus
  1. abs-guide-3.7

    0下载:
  2. unix/linux环境下的bash编程教程以及相关的bash例子程序-bash programming materials and demos under unix/linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1175142
    • 提供者:wuqiwen
  1. ext2

    0下载:
  2. information extraction from EXT2 filesystem. this program imitates the bash shell, and accepts such basic commands as info, group, pwd, ls, cd, cat, quit. this code was written in linux and compiled by gcc. it can be run on linux machines. i didn t u
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2529
    • 提供者:kose
  1. bash_cookbook

    0下载:
  2. Book for using bash shell on unix-linux systems.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1953804
    • 提供者:stipe
  1. crompose-0.5.tar

    0下载:
  2. Crompose is a suite of Bash scr ipts that can extract rasterized pages from a multi-page document file (PS, PDF, or djvu). It can optionally impose them after having cropped white margins. This saves both trees and your sight.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:26162
    • 提供者:modoko
  1. basher.tar

    0下载:
  2. Checks bash scr ipts for errors
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:12788
    • 提供者:Kuba Odias
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com