Searched refs:then (Results 1 – 25 of 126) sorted by relevance
123456
13 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi14 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi15 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi16 if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi17 if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi18 if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi19 if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi20 if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi21 if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi22 if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi[all …]
20 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi21 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi22 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi23 if test $i = 1111111111111111111111111111111111111111111114; then i=5; fi24 if test $i = 1111111111111111111111111111111111111111111115; then i=6; fi25 if test $i = 1111111111111111111111111111111111111111111116; then i=7; fi26 if test $i = 1111111111111111111111111111111111111111111117; then i=8; fi27 if test $i = 1111111111111111111111111111111111111111111118; then i=9; fi28 if test $i = 1111111111111111111111111111111111111111111119; then i=a; fi29 if test $i = 111111111111111111111111111111111111111111111a; then i=b; fi[all …]
11 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi12 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi13 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi14 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi30 if test $i = 1111111111111111111111111111111111111111111111; then i=2; fi31 if test $i = 1111111111111111111111111111111111111111111112; then i=3; fi32 if test $i = 1111111111111111111111111111111111111111111113; then i=4; fi33 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi39 if test $kb -le 4; then
17 then echo not run19 then none23 if echo $local_var; then cat <<HERE45 then echo not run47 then none51 if echo $local_var; then cat <<HERE71 then echo not run73 then none77 if echo $local_var; then cat <<HERE89 if test $kb -le 4; then
21 if [ $? != 1 ] ; then26 if [ $? != 1 ] ; then31 if [ $? != 1 ] ; then36 if [ $? != 1 ] ; then41 if [ $? != 1 ] ; then46 if [ $? != 1 ] ; then51 if [ $? != 1 ] ; then56 if [ $? != 1 ] ; then
1 echo Not shown | if true; then echo $(echo Ok); fi2 echo Not shown | if true; then echo `echo Ok`; fi3 echo Not shown | ( if true; then echo $(echo Ok); fi )4 echo Not shown | ( if true; then echo `echo Ok`; fi )
3 if a=1 true; then a=1 true; elif a=1 true; then a=1 true; else a=1 true; fi11 then a=1 true13 then a=1 true29 a=1 true; then31 a=1 true; then
3 then
1 if false; then echo Bad; fi
11 if (( i >= 3 )); then26 if (( i > 2 )); then36 if (( i > 2 )); then57 if (( i >= 3 )); then66 if (( i < 3 )); then
23 if (( i >= 3 )); then36 if (( i > 2 )); then45 if (( i > 2 )); then
2 if { echo foo; } then { echo bar; } fi8 while if echo foo; then echo bar; fi do echo baz; break; done
1 if test $# = 0; then
1 hush: syntax error at 'then'
3 <<EOF; then <W
19 if wait %%; then22 elif [ $? = 127 ]; then
1 ./heredoc8.tests: line 3: syntax error: unexpected "then"