代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/318961/3559998
tests var_expand_in_redir.tests
if test $# = 0; then
exec "$THIS_SH" "$0" abc "d e"
fi
echo TEST1 >"$1.out"
echo TEST2 >"$2.out"
# bash says: "$@.out": ambiguous redirect
# ash handles it as if it is '$*' - we do the same
echo
www.eeworm.com/read/311226/3686489
sh syn-arq.sh
#!/bin/bash
## ---- Expressions in SELECT
N=0
N=$((N+1)) ; testGood $(fname "syntax-select-expr-" $N arq)
www.eeworm.com/read/307309/3725332
tests var_expand_in_redir.tests
if test $# = 0; then
exec "$THIS_SH" "$0" abc "d e"
fi
echo TEST1 >"$1.out"
echo TEST2 >"$2.out"
# bash says: "$@.out": ambiguous redirect
# ash handles it as if it is '$*' - we do the same
echo
www.eeworm.com/read/302096/3826921
sh inject.sh
#!/usr/bin/env bash
#
# $XORP: xorp/bgp/harness/inject.sh,v 1.2 2003/07/17 00:28:32 pavlin Exp $
#
# Inject a saved conversation in mrtd format to our BGP process using
# the BGP harness code. Note
www.eeworm.com/read/302096/3826940
sh test2.sh
#!/usr/local/bin/bash
#!/bin/sh
#
# $XORP: xorp/bgp/harness/test2.sh,v 1.4 2003/07/17 00:28:32 pavlin Exp $
#
#
# Preconditions
# 1) Run a finder process on tigger "../../xorp/libxipc/xorp_finder"
#
www.eeworm.com/read/279453/4136492
linkcvs
#!/bin/bash
# This file is part of the aMule project.
#
# Copyright (c) 2004-2005 aMule Project ( admin@amule.org / http://www.amule.org )
# Copyright (c) 2004-2005 Jacobo Vilella aka Jacobo221
#
# T
www.eeworm.com/read/440773/1791685
sh syn-dev.sh
#!/bin/bash
## ==== Good
N=0
N=$((N+1)) ; testGood $(fname "syn-" $N)
www.eeworm.com/read/438676/1824073
em8xxx_unload
#!/bin/bash
[ $UID -eq 0 ] || { echo You must be root to install ; exit 1 ; }
/sbin/rmmod em8xxx || exit 1
rm -f /dev/em8xxx[0123456789]*
echo "em8xxx module unloaded"
www.eeworm.com/read/436905/1842376
linkcvs
#!/bin/bash
# This file is part of the aMule project.
#
# Copyright (c) 2004-2008 aMule Project ( admin@amule.org / http://www.amule.org )
# Copyright (c) 2004-2008 Jacobo Vilella aka Jacobo221
#
# T
www.eeworm.com/read/428548/1958526
tests var_expand_in_redir.tests
if test $# = 0; then
exec "$THIS_SH" "$0" abc "d e"
fi
echo TEST1 >"$1.out"
echo TEST2 >"$2.out"
# bash says: "$@.out": ambiguous redirect
# ash handles it as if it is '$*' - we do the same
echo