代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/408355/2251797
svn-base make-release.bash.svn-base
K 14
svn:executable
V 1
*
END
www.eeworm.com/read/408355/2251804
svn-base make-release.bash.svn-base
#!/bin/bash
#
# Purpose: automate the process of tagging a release and packing a tarball
# for it.
# check_dir_prereq:
# ensures that a given directory name exist and is writeable
# note: $1 is expec
www.eeworm.com/read/374581/2749479
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/374581/2749480
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/357352/3016103
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/357352/3016104
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/295268/8172983