代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/16793/691281
perf-script
#!/bin/bash
typeset -i m2 m1 M n2 n1 N m n
typeset -i MM=5 NN=5
case $# in
0) :
;;
1) MM=$1; NN=$1
;;
2) MM=$1; NN=$2
;;
*) echo 1>&2 "Usage: $0 [m [n]]"
;;
esac
EMPTYLINE=: # echo
www.eeworm.com/read/16793/691417
run-set-x
#!../bash
#$Id: run-set-x,v 1.1 2002/12/09 13:12:37 rockyb Exp $
TEST_NAME='set-x'
TEST_FILE="/tmp/${TEST_NAME}.check"
${THIS_SH} ./${TEST_NAME}.tests > $TEST_FILE 2>&1 < /dev/null
set -f
diff $TEST_
www.eeworm.com/read/182103/5268771
dotests
#! /bin/bash
#
# $Id: dotests,v 1.2 2000/06/12 14:59:43 joel Exp $
#
mkdir MyTests
find -name MyTests -prune -or -name "*.nxe" -exec cp {} MyTests \;
stty 1:0:80001cb2:0:3:1c:7f:15:4:5:1:0:11:13:1a
www.eeworm.com/read/182103/5269297
dotests
#! /bin/bash
#
# $Id: dotests,v 1.1 2001/05/25 16:28:46 joel Exp $
#
mkdir MyTests
find -name MyTests -prune -or -name "*.nxe" -exec cp {} MyTests \;
stty 1:0:80001cb2:0:3:1c:7f:15:4:5:1:0:11:13:1a
www.eeworm.com/read/312645/3653268
passwd
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:
daemon:x:2:2:daemon:/sbin:
adm:x:3:4:adm:/var/adm:
lp:x:4:7:lp:/var/spool/lpd:
sync:x:5:0:sync:/sbin:/bin/sync
shutdown:x:6:0:shutdown:/sbin:/
www.eeworm.com/read/428543/1959216
chgdb
#!/usr/bin/bash
DBFUNC_H=dbfunc.h
DBFUNC_OLD_H=dbfunc_old.h
TABLE=$1
TABLE_SQL=${TABLE}.sql
TABLE_H=$TABLE.h
TABLE_PC=${TABLE}_auto.pc
gendb $TABLE_SQL $TABLE_H $TABLE_PC
if [ $? != 0 ]
then
ec
www.eeworm.com/read/395930/2427198
dolcc
#!/bin/bash
# Compile all four nodes of a 2x2 mMips network and run a simulation.
# Memory assumptions (0x1000=4k):
# 0x0000 - 0x3FFF : Instructions (ROM, 16k)
# 0x4000 - 0x4FFF : Reserved for us
www.eeworm.com/read/174380/9589874
run
#!/bin/bash
CLASSPATH="..:moss.jar"; export CLASSPATH
java -Xmx800M moss.MoSS $* &
#java moss.Miner "S" data/example1.smiles -s50 -v example1.sub example1.ids
#java moss.Miner "S" data/example2.smi
www.eeworm.com/read/202630/15377491
sh run.sh
#!/bin/bash
NPX=1
NPY=2
IM=1000
JM=1000
DT="0.01"
trap "/bin/rm -f tmp tmp.o tmp.f tmp.log" 0 1 2 3 15
NB=1
while [ $NB -le $((IM/NPX)) ]; do
NBX=$NB
NBY=$NB
sed -e "s/(DT=[^!]*)/(DT=${
www.eeworm.com/read/169323/9865977
sh ylmonps.sh
#!/bin/bash
# 是否是测试版
V_DEBUG=0
F_DEBUG=1
# 监测的时间间隔,秒计
INTERVAL=60
# 重起时间间隔
INTERVALRESTART=5
# 监测和进程名
PROGRAME=/tcpkill
#正常线程数
threadnum=7
while true; do
nowps=`ps -ax | grep $PROGRAME | grep -v g