代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/125279/6031790

tft

#!/bin/bash # # RCSID $Id: tft,v 1.1.1.1 2002/09/05 03:13:18 ken Exp $ # # This script is OBSOLETE -- rgb, May 6th, 1998 insmod ipsec.o tncfg attach ipsec0 eth2 ifconfig ipsec0 10.2.0.143 up netmask
www.eeworm.com/read/101990/6234750

functions

#!/bin/bash # # Functions for the regression test scripts # if [ -z "$__p15init__" ]; then __p15init__=1 p15base=${P15_BASE:-../..} p15temp=${P15_TEMP:-./test-data} osctool=$p15base/tools/opens
www.eeworm.com/read/101990/6234758

init0006

#!/bin/bash # # Test pkcs15-init # # Run this from the regression test directory. . functions k=$p15temp/private.pem p15_init --no-so-pin p15_set_pin -a 01 msg "Generating key with OpenSSL" run_ch
www.eeworm.com/read/101990/6234763

init0008

#!/bin/bash # # Test pkcs15-init # # Run this from the regression test directory. . functions p15_init --no-so-pin p15_set_pin -a 01 p15_store_key test.p12 --format pkcs12 --passphrase "password" -a
www.eeworm.com/read/101986/6235086

am makefile.am

bin_SCRIPTS = pkcs11_startup bindir=/tmp pkcs11_startup: cp pkcs11_startup.bash pkcs11_startup clean: rm -f pkcs11_startup install-data-local: mkdir -p $(INSROOT)/usr/lib/pkcs11/methods; \ if [
www.eeworm.com/read/489405/6470932

sh ssc_tema2.sh

#! /bin/bash # Student COMSA Radu tema 2 laborator index 18 wget http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.34-linux-i686-glibc23.tar.gz/from/http://ftp.astral.ro/mirrors/mysql.com/ #dow
www.eeworm.com/read/485190/6567235

sh 02_runexperiments.sh

#!/bin/bash WEKA_JAR=weka-cd.jar mkdir output if !(test -e output/circle.arff_EDDM_rules.NNge.txt); then java -Xmx256M -cp $WEKA_JAR weka.classifiers.meta.SCDrift -t datasets/circle.arff -T datasets/c
www.eeworm.com/read/252270/12290098

txt (转)unix shell.txt

作者:softrain email: softrain@edu.21cn.com 日期:2001-7-16 16:26:50 UNIX Shell 1. 概况 UNIX常用shell Bourne Shell(sh,bash), Korn shell(ksh), csh(csh, tcsh) 与每个shell相关功能/知识如下: .
www.eeworm.com/read/231996/14212255

report_times

#!/bin/bash #report pairing times for each type of parameter for p in a d159 d201 d224 e f g149 a1 do echo -en $p'\t' benchmark/benchmark < param/$p.param | awk '/time =/ {printf "%s", $5 "\t"
www.eeworm.com/read/16793/690936

nmv

#! /bin/bash # # original from: # @(#) ncp.ksh,nmv.ksh 1.1 94/07/23 # 92/01/18 john h. dubois iii (john@armory.com) # 92/01/31 added check for no args left after shifts # 92/02/17 added help # 92/02/2