代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/312958/13600215
doc 高级bash脚本编程指南.doc
www.eeworm.com/read/482678/6621284
bash ge2avw_script.bash
#!/bin/bash
echo ""
#PATH PARAMETERS
air=`which reslice | sed s#reslice##`
if [ $air = '' ]; then
echo 'Cannot locate AIR functions - install it or modify this script'
exit
else
www.eeworm.com/read/337899/12334173
pdf gnu_bash_reference_manua.pdf
www.eeworm.com/read/130620/14180576
bash deploy_staging_to_live_local.bash
#!/bin/bash
rsync 朼vr /home/widgets/staging/* /home/widgets/live
www.eeworm.com/read/130620/14180586
bash deploy_staging_to_live_remote.bash
#!/bin/bash
rsync 朼vrz 杄 ssh /home/widgets/staging/* widgets@web01:/home/widgets/live
rsync 朼vrz 杄 ssh /home/widgets/staging/* widgets@web02:/home/widgets/live
rsync 朼vrz 杄 ssh /home/widgets/stagin
www.eeworm.com/read/216592/15002321
pdf linux shell scripting with bash (2004).pdf
www.eeworm.com/read/453168/1642104
right dollar_squote_bash1.right
a b
a
b c
def
a'b c"d e\f
a3b c3b e33f
a\80b c08b
a3b c30b
x y
www.eeworm.com/read/453168/1642105
tests dollar_squote_bash1.tests
echo $'a\tb'
echo $'a\nb' $'c\nd''ef'
echo $'a\'b' $'c\"d' $'e\\f'
echo $'a\63b' $'c\063b' $'e\0633f'
echo $'a\80b' $'c\608b'
echo $'a\x33b' $'c\x330b'
echo $'x\x9y'
www.eeworm.com/read/428548/1958487
right dollar_squote_bash1.right
a b
a
b c
def
a'b c"d e\f
a3b c3b e33f
a\80b c08b
a3b c30b
x y
www.eeworm.com/read/428548/1958488
tests dollar_squote_bash1.tests
echo $'a\tb'
echo $'a\nb' $'c\nd''ef'
echo $'a\'b' $'c\"d' $'e\\f'
echo $'a\63b' $'c\063b' $'e\0633f'
echo $'a\80b' $'c\608b'
echo $'a\x33b' $'c\x330b'
echo $'x\x9y'