代码搜索:A-Z
找到约 617 项符合「A-Z」的源代码
代码结果 617
www.eeworm.com/read/101082/6251790
sfile
/^-/d
/-$/d
s/-//g
/[^a-z]/d
/q[^u]/d
/q$/d
/^.$/d
/^..$/d
s/qu/q/g
/.............../d
www.eeworm.com/read/419019/10889258
txt 批量把文件名改成小写.txt
批量把文件名改成小写
for file in `ls | grep '[A-Z]'`
do
str=`echo $file|tr 'A-Z' 'a-z'`
mv $file $str
done
www.eeworm.com/read/167987/9942814
a10
# My first sed script by Wangzhh.
1i\
PERSONNEL FILE
/500/d
s/\([A-Z][a-z]*\) \([A-Z][a-z]*\):/\2 \1:/
$a\
THE END
www.eeworm.com/read/101042/6259246
pl ck_errf.pl
#!/usr/local/bin/perl
#
# This is just a quick script to scan for cases where the 'error'
# function name in a XXXerr() macro is wrong.
#
# Run in the top level by going
# perl util/ck_errf.pl */*.c
www.eeworm.com/read/173430/9658725
testcases sh.testcases
# try running this with bash, ksh, ash, and hush.
# simple quoting rules.
echo a b
echo "a b"
echo a "" b
echo a '' b
echo hello?
echo "hello?"
echo t* hello
echo t\* hello
# quick and painless ex
www.eeworm.com/read/355480/10262358
txt 草案.txt
a b c d e f g h i j k l m n o p q r s t u v w x y z
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
16--55 区为常见字,区位连续, 56--89为难检字,区位不连续。
index.dat 里前六列为拼音索
www.eeworm.com/read/355480/10262375
txt 草案.txt
a b c d e f g h i j k l m n o p q r s t u v w x y z
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
16--55 区为常见字,区位连续, 56--89为难检字,区位不连续。
index.dat 里前六列为拼音索
www.eeworm.com/read/196560/8075300
pfort
#
tr A-Z a-z cg.pfort
tr A-Z a-z ch.pfort
tr A-Z a-z rbl.pfort
tr A-Z a-z rgg.pfort
tr A-Z
www.eeworm.com/read/138758/13217508
jcsc tij.jcsc
# ==============================================================
# JCSC Testing Rules
# ==============================================================
#