代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/234952/14090766
cmd build.cmd
pushd ..\..\..\libroadnav\win32
call Cleanup.cmd
popd
pushd ..
call Cleanup.cmd
popd
bash build.sh
www.eeworm.com/read/113586/15452709
showme
#!/bin/bash
BR=${1:-"br549"}
while true;
do
brctl show
brctl showstp $BR
brctl showmacs $BR
sleep 5
done
www.eeworm.com/read/111487/15511981
startserver
#!/bin/bash
echo "Starting RemoteWAP.."
java -cp .:./ui/liquidlnf.jar WAPServer
www.eeworm.com/read/111487/15512007
compile
#!/bin/bash
echo "Compiling RemoteWAP.."
javac -classpath .:./ui/liquidlnf.jar WAPServer.java
echo "Completed! Now run ./startServer"
www.eeworm.com/read/108377/15587366
sh testsh.sh
#!/bin/bash
# Cide.sh
echo "which filename do u want to operate?please input."
read filename //璇绘枃浠跺悕, 鍚嶇О涓嶉
www.eeworm.com/read/108377/15587367
sh test.sh
#!/bin/bash
#checkfile.sh
echo "which file do you want to operation?"
echo "please input filename."
read filename
if test -r $filename
then cat $filename
rm $filename
www.eeworm.com/read/101671/15822392
sh ktv.sh
#!/bin/bash
#
# there is a symlink follow problem in the (in many distributions
# suid root) ktvision binary
www.eeworm.com/read/101154/15849601
txt visual-bell.txt
闪光警告 mini-Howto
Alessandro Rubini, rubini@linux.it
v2.2, 11十一月 1997
____________________________________________________
www.eeworm.com/read/100447/15873578
start
#! /bin/bash
cat /dev/stdin > /usr/local/gefax/gefax.ps
export DISPLAY=:0.0
/usr/local/gefax/gefax --f /usr/local/gefax/gefax.ps > /usr/local/gefax/output.txt
www.eeworm.com/read/268797/11121563
in check_common.in
# $Id: check_common.in,v 1.3 2006/09/06 04:16:33 myamato Exp $
if test -z "$THIS_SH" ; then
THIS_SH=@BASH_PROG@
fi
# Could/short probably replace all uses of THIS_SH with BASH.
BASH=$THIS_SH
TOP