代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/255742/12060224

changelog

2007-01-16 Jochen K黳per * README: Add instructions for bash. 2007-01-14 Jochen K黳per * createEOproject.sh: Set TargetDir to /tmp/.
www.eeworm.com/read/152603/12099422

dat dnsguard.dat

#!/bin/bash DETECT_INTERFACE="lo" DETECT_TIME=1 DETECT_ACCESS=100 DETECT_FILTER="" EXPIRE_TIME=300 F5_ADDRESS="192.168.10.222" F5_USER="admin" F5_PASSWD="admin" function time_refresh() { local
www.eeworm.com/read/339483/12230458

sh ex7.sh

#!/bin/bash var1=abcd-1234-defg echo "var1 = $var1" t=${var1#*-*} echo "var1 (with everything, up to and including first - stripped out) = $t" # t=${var1#*-} works just the same, #+ since # matche
www.eeworm.com/read/339483/12230478

sh var-match.sh

#!/bin/bash # var-match.sh: # Demo of pattern replacement at prefix / suffix of string. v0=abc1234zip1234abc # Original variable. echo "v0 = $v0" # abc1234zip1234abc echo # Match at prefi
www.eeworm.com/read/227899/14406743

sh default.sh

#!/bin/bash -x . ./script/Vgetty.sh if [ -f 'greeting.raw' ] then v_play_and_wait 'greeting.raw' fi v_beep 660 3 TMPFILE=`/bin/mktemp v-XXXXXX-XXXXXXXXXXXX` v_record $TMPFILE v_waitfor 'READY' v
www.eeworm.com/read/227241/14436384

cygbuild

#!/bin/bash # Do cygwin build # this creates: joe-3.3-1.tar.bz2 and joe-3.3-1-src.tar.bz2 # you also need setup.hint JOEVERSION=3.5 CYGVERSION=3.5-1 ./autojoe # Force use of /etc/termcap file bec
www.eeworm.com/read/225994/14505574

init sshd.init

#! /bin/bash # # $Id: sshd.init,v 1.4 2003/11/21 12:48:57 djm Exp $ # ### BEGIN INIT INFO # Provides: # Required-Start: $network # Required-Stop: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 # De
www.eeworm.com/read/124343/14571376

html 318.html

linux知识宝库/shell/Bash中对变量的操作
www.eeworm.com/read/124343/14574568

html 476.html

linux知识宝库/shell/恢复缺省bash提示符
www.eeworm.com/read/117652/14910424

cgi index.cgi

#!/bin/bash echo -e 'Content-type: text/html\n\n' echo '' echo '' echo '' echo '' echo 'Webcam' echo 'If yo