代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/124343/14573370

html 469.html

linux知识宝库/shell/bash
www.eeworm.com/read/124343/14573707

html 437.html

linux知识宝库/shell/bash简介
www.eeworm.com/read/124343/14574278

html 449.html

linux知识宝库/shell/bash
www.eeworm.com/read/123913/14606883

install

#!/bin/bash DESTLIBDIR=/usr/local/lib DESTHDDIR=/usr/local/include REALNAME=libmcled.so.7.0.0 SONAME=libmcled.so.7 SHARELIB=libmcled.so STATICLIB=libmcled.a rm -f /lib/libmcled.so* rm -f /lib/libmcled
www.eeworm.com/read/119112/14838946

testscript

#!/bin/bash i=1 while [ $i -lt 10 ]; do ./gen j=1 while [ $j -lt 50 ]; do ./ibe key_from_master_shares ben share echo "Hello, World!" | ./ibe encrypt ben | ./ibe fixed_password_decrypt b
www.eeworm.com/read/118214/14881586

makefile

# make iso 13818-1 stream multiplexer INCLUDEDIR = /usr/local/include SHELL = /bin/bash BINDIR = /usr/local/bin MANDIR = /usr/local/man/man1 CFLAGS = -O -c -Wall -I$(INCLUDEDIR) CC = gcc OBJS_G = d
www.eeworm.com/read/218262/14929412

makefile

# TODO: set this appropriately for your local toolchain #SHELL=C:\CYGWIN_REP\dwn_071004\bin\BASH.exe CROSS_COMPILE=arm-elf- #CROSS_COMPILE = arm-softfloat-linux-gnu- TOOLCHAIN=gcc BOOTSTRAP_PATH=../
www.eeworm.com/read/16793/690928

vtree

#! /bin/bash # # original from: # vtree: visual directory tree # @(#) vtree.sh 1.1 91/07/01 # 90/04 john h. dubois iii (john@armory.com) # 91/07/01 fixed bug that caused problems when dir given on com
www.eeworm.com/read/16793/690939

newext

#! /bin/bash # # original from: # newext: change filename extension # @(#) newext.sh 1.1 93/04/13 # 90/06/06 john h. dubois iii (john@armory.com) # 90/11/14 changed ksh-specific code to hybrid: if run
www.eeworm.com/read/16793/691018

gnu-longopt complete.gnu-longopt

# # Originally from: # #Message-ID: #Date: Tue, 29 May 2001 20:37:25 +0200 #From: Manu Rouat #Subject: [bash] Universal command options compl