代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/438832/7725889
sh kill-byname.sh
#!/bin/bash
# kill-byname.sh: 通过名字kill进程.
# 与脚本kill-process.sh相比较.
# 例如,
#+ 试一下 "./kill-byname.sh xterm" --
#+ 并且查看你系统上的所有xterm都将消失.
#
www.eeworm.com/read/436014/7779045
rebuild
#!/bin/bash
#export CFLAGS="-Wimplicit -Wreturn-type -Wuninitialized -g -O2"
export CFLAGS="-Wall -g -O2 -ansi -U__STRICT_ANSI__"
rm -f config.h configure Makefile config.cache
rm -rf .deps
autoheader
www.eeworm.com/read/143141/12894491
build-ipk
#!/bin/bash
#$Date: 2004/07/31 17:18:56 $
DEST=DIST
IME=murphypinyin.tar
IPKDIR=IPK
IPKSH=/root/Zaurus-dev/ipkg-build.sh
VER=0.03
pre_make(){
echo "recreating "$IPKDIR
rm -f *.ipk
rm -f
www.eeworm.com/read/137659/13307102
txt mycal.txt
#!/bin/bash
case $1 in
Jan|January)
cal 1 $2;;
Feb|February)
cal 2 $2;;
Mar|March)
cal 3 $2;;
Apr|April)
cal 4 $2;;
May)
cal 5 $2;;
Jun|June)
cal 6 $2;;
Jul|July)
cal 7 $2;;
Aug
www.eeworm.com/read/321126/13411887
build-ipk
#!/bin/bash
#$Date: 2004/07/31 17:18:56 $
DEST=DIST
IME=murphypinyin.tar
IPKDIR=IPK
IPKSH=/root/Zaurus-dev/ipkg-build.sh
VER=0.03
pre_make(){
echo "recreating "$IPKDIR
rm -f *.ipk
rm -fr
www.eeworm.com/read/305055/13779353
sh test.sh
#!/bin/bash
if [ test -a Test ]; then rm -rf Test; fi
mkdir Test
./precomp -d Test/ -t 1000 -m 4000 0
./precomp -d Test/ -t 1000 -m 4000 1
cd Test
../binarize table0
../binarize table1
cd ..
echo
ec
www.eeworm.com/read/144212/5752982
fman
#! /bin/bash
#
# original from:
# fman: new man program
# @(#) fman.ksh 1.5 94/04/16
# 91/07/03 john h. dubois iii (john@armory.com)
# 91/07/11 made it unpack man pages if neccessary
# 91/07/16 fixed
www.eeworm.com/read/144212/5752983
frcp
#! /bin/bash
#
# original from:
#
# @(#) frcp.ksh 2.2 93/11/14
# 92/06/29 john h. dubois iii (john@armory.com)
# 92/10/14 Cleaned up, improved, added -d and -r options
# 92/11/11 Made work with a dest
www.eeworm.com/read/144212/5752988
untar
#! /bin/bash
#
# original from:
# @(#) untar.ksh 1.0 93/11/10
# 92/10/08 john h. dubois iii (john@armory.com)
# 92/10/31 make it actually work if archive isn't in current dir!
# 93/11/10 Added pack an
www.eeworm.com/read/129848/5969709
loadlog
#!/usr/bin/bash
USER_PASSWD=dbuser/oracle
sqlplus -s $USER_PASSWD