代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/146056/5740561
logs extract.logs
#!/bin/bash
dirname=$1; shift;
prefix=$1; shift;
filename=$1; shift;
systems="crmd cib tengine pengine cib cibmon"
tags=""
strip_tags="live.dot cib.updates"
for subsys in $systems; do
echo Extr
www.eeworm.com/read/144212/5752913
basenam2
#From: "Grigoriy Strokin"
#Newsgroups: comp.unix.shell
#Subject: fast basename and dirname functions for BASH/SH
#Date: Sat, 27 Dec 1997 21:18:40 +0300
#
#Please send your comments
www.eeworm.com/read/140122/5795030
sh run.sh
#!/bin/bash
# script for starting the measurement example;
# example usage: ./run.sh minimize_jitter=0 period=300
# see rt_process.c for other parameters
make
rmmod rt_process
insmod rt_process $*
.
www.eeworm.com/read/128502/5989984
wrapper gnokii.wrapper
#!/bin/bash
LOCKFILE="/var/lock/gnokii.lock"
BINARY="/usr/lib/gnokii/gnokii"
TIMEOUT=30
#echo "$0"
if ! dotlockfile -l -p -r 15 $LOCKFILE; then
echo "gnokii: can't acquire lock" >&2
RETVAL=127
el
www.eeworm.com/read/125133/6032937
sh special.sh
#! /bin/bash
# see how well leave-one out does with specialized instructions in the
# superinstruction mix
for f in fib sieve random rev copy wc qsort sha1
do
rm -f tmp
for g in fib sieve ra
www.eeworm.com/read/125133/6033117
sh special.sh
#! /bin/bash
# see how well leave-one out does with specialized instructions in the
# superinstruction mix
for f in fib sieve random rev copy wc qsort sha1
do
rm -f tmp
for g in fib sieve ra
www.eeworm.com/read/115070/6120270
sh apache.sh
#!/bin/bash
echo -n "Checking Project Web Directories: "
for i in `cd /home/groups ; ls | grep -v lost+found | grep -v quota.group | grep -v ^ftp` ; do
if [ ! -d /home/groups/$i/log ] ; then
mkd
www.eeworm.com/read/113022/6142416
build
#! /bin/bash
echo Building ELITE...
# Clean build
rm -rf classes output
mkdir classes output
LIB_DIR="classes:../../../j3dme-engine/classes"
if [ "${CLDC_HOME:-empty}" != "empty" ] ; then
LIB_D
www.eeworm.com/read/103509/6215103
sh run.sh
#!/bin/bash
# script for starting the measurement example;
# example usage: ./run.sh minimize_jitter=0 period=300
# see rt_process.c for other parameters
make
rmmod rt_process
insmod rt_process $*
.
www.eeworm.com/read/101990/6234961
sh test_engine.sh
#!/bin/bash
# command line parameter overrides engine to test, opensc or pkcs11
# Organization name embedded below (e.g, MTPPI) must match ca key for ca signing to work
ENGINE=pkcs11
if [[ -ne $1 ]]