代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/374581/2749516

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/374581/2749595

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/361261/2948417

sh ub.sh

#!/bin/bash INTELROOT=/Applications/VLC.app PPCROOT=/Volumes/vlc-0.9.0-test3/VLC.app UBROOT=/Users/fpk/VLC-release.app for i in `ls $INTELROOT/Contents/MacOS/lib/` do echo $i lipo $I
www.eeworm.com/read/357352/3016140

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/357352/3016219

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/356739/3037738

sh add_message_file.sh

#!/bin/bash # $Id: add_message_file.sh 7364 2005-09-24 08:49:52Z nijel $ # # Shell script that adds a message file to all message files # adding "//to translate" on each line # # Example: add_message
www.eeworm.com/read/263726/4299530

sh inject.sh

#!/usr/bin/env bash # # $XORP: xorp/bgp/harness/inject.sh,v 1.3 2006/11/03 23:32:24 pavlin Exp $ # # Inject a saved conversation in mrtd format to our BGP process using # the BGP harness code. Note
www.eeworm.com/read/263726/4299550

sh test_route_flap_damping1.sh

#!/usr/bin/env bash # # $XORP: xorp/bgp/harness/test_route_flap_damping1.sh,v 1.3 2006/08/16 22:10:14 atanu Exp $ # # # Test BGP Route Flap Damping (RFC 2439) # # This script started with no argumen
www.eeworm.com/read/263726/4299554

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/160303/5573339

sh kernel.patch.gen.sh

#!/bin/bash # # RCSID $Id: kernel.patch.gen.sh,v 1.6 2002/04/25 17:04:16 mcr Exp $ patchdir=`pwd` kernelsrc=/usr/src/linux [ "$1~" = "~" ] || kernelsrc=$1 cd $kernelsrc # clean out destination file f