代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/268797/11121444
right subshell2.right
(subshell.sh:6):
6: x=1; y=2; z=3
+set showcommand on
+### Test quit inside multi-statement line...
+step
(subshell.sh:6):
6: x=1; y=2; z=3
y=2
+step
(subshell.sh:6):
6: x=1; y=2; z=3
z=3
+step 2
(s
www.eeworm.com/read/268797/11121465
right multi1.right
(multi.sh:6):
6: x=1; y=2; z=3
+### Test step inside multi-statement line...
+p "BASH_SUBSHELL: $BASH_SUBSHELL"
BASH_SUBSHELL: 0
+step
(multi.sh:6):
6: x=1; y=2; z=3
y=2
+step
(multi.sh:6):
6: x=1;
www.eeworm.com/read/268797/11121502
right subshell4.right
(subshell.sh:6):
6: x=1; y=2; z=3
Test step inside multi-statement lines and subshells...
(subshell.sh:6):
6: x=1; y=2; z=3
y=2
(subshell.sh:7):
7: (cd . ; x=`builtin echo *`; (builtin echo "ho") )
x
www.eeworm.com/read/268797/11121572
right multi2.right
(multi.sh:6):
6: x=1; y=2; z=3
+set showcommand 1
+#### Test step inside multi-statement line...
+step
(multi.sh:6):
6: x=1; y=2; z=3
y=2
+step
(multi.sh:6):
6: x=1; y=2; z=3
z=3
+step 2
(multi.sh:7
www.eeworm.com/read/268797/11121603
right multi3.right
(multi.sh:6):
6: x=1; y=2; z=3
+set showcommand on
+print "Test step inside multi-statement line..."
Test step inside multi-statement line...
+cont 15
One-time breakpoint 1 set in file multi.sh, line
www.eeworm.com/read/268797/11121626
in bugifs.sh.in
#!@BASH_PROG@
# $Id: bugIFS.sh.in,v 1.3 2007/02/11 23:06:43 rockyb Exp $
interface_names='qfe0 qfe3'
ORIGIFS="$IFS"
IFS=" ."
set -- $interface_names
PS4='foo'
exit 0
www.eeworm.com/read/103743/15724441
build-ca
#!/bin/bash
#
# Build a root certificate
#
if test $KEY_DIR; then
cd $KEY_DIR && \
openssl req -days 3650 -nodes -new -x509 -keyout ca.key -out ca.crt -config $KEY_CONFIG
else
echo you must defin
www.eeworm.com/read/174991/9565666
test
#!/bin/bash
cd tcl/ex
ns wireless-demo-csci694.tcl
sleep 2
./leach_test
cd ../../