代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/126390/6017745
conf srv_basic_shell.conf
#
# Cctt - Covert Channel Tunneling Tool v0.1.3
# 13/01/2003
# $Id: srv_basic_shell.conf,v 1.4 2003/02/18 13:05:33 simsim Exp $
#
# Configuration file for Server :
# * Protocol used : Tcp
# * Client
www.eeworm.com/read/268797/11121357
tests command.tests
#!../../bash
#$Id: command.tests,v 1.1 2006/06/11 02:23:32 rockyb Exp $
if test -z $srcdir ; then
srcdir=`pwd`
fi
cmdfile=command.cmd
debugged_script=dbg-test1.sh
$BASH ${TOP_BUILDDIR}bashdb -B
www.eeworm.com/read/268797/11121453
tests action.tests
#!../../bash
#$Id: action.tests,v 1.3 2006/04/10 01:54:52 rockyb Exp $
if test -z $srcdir ; then
srcdir=`pwd`
fi
cmdfile=action.cmd
debugged_script=dbg-test1.sh
$BASH ${TOP_BUILDDIR}bashdb -B -q
www.eeworm.com/read/268797/11121584
sh parm.sh
#!../../bash
fn1() {
x="fn1 started"
if (( $1 == 0 )) ; then
fn2 "testing 1" "2 3"
return
fi
let a=$1-1
fn1 $a
x="fn1 returning"
}
fn2() {
x="fn2 started"
echo "fn2: $1 $2"
www.eeworm.com/read/16793/691329
sub array4.sub
# compound assignment parsing problems in bash-3.1-release
func()
{
local -a x=() y=()
}
a=() b=()
eval foo=()
eval foo=() bar=() qux=( "bash" )
foo=( "bash" )
eval foo=( "bash" )
eval bar=( "bash"
www.eeworm.com/read/318444/13478727
mf manifest.mf
Manifest-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Name: Bubble Bash
MIDlet-Icon: /icon.png
Created-By: 1.4.1 (Sun Microsystems Incc.)
MIDlet-Vendor: Gameloft SA
MIDlet-1: Bubble
www.eeworm.com/read/412356/11203745
sh mystep.sh
mkdir ~/important
mv ~/kq.jar ~/important/kq.jar
echo 'CLASSPATH=~/important/kq.jar:.' >>~/.bash_profile
echo 'export CLASSPATH' >> ~/.bash_profile
echo 'java test.RegisterDemo' > ~/important/register
www.eeworm.com/read/16793/691238
sub assoc1.sub
hash -r
echo ${BASH_CMDS[@]}
hash -p /usr/sbin/foo foo
hash -p /usr/local/bin/qux qux
echo ${!BASH_CMDS[@]}
echo ${BASH_CMDS[@]}
BASH_CMDS[blat]=/sbin/blat
BASH_CMDS[sh]=/bin/sh
hash
echo ${!BASH
www.eeworm.com/read/16793/691025
posix
6.11 Bash POSIX Mode
====================
Starting Bash with the `--posix' command-line option or executing `set
-o posix' while Bash is running will cause Bash to conform more closely
to the POSIX s
www.eeworm.com/read/16793/691591
readme
This directory contains the bash documentation.
FAQ - a set of frequently-asked questions about Bash with answers
INTRO - a short introduction to bash
article.ms - an article I wrote about bash for