摘要:
1 小骆驼 第八章 用正则表达式进行匹配 2 3 #!/usr/bin/envperl 4 5 use strict; 6 use warnings; 7 8 $_ ="#adchbehnyhme3534f\nvdh5ejbnv _+IHG\n"; 9 10 if(m%(a)%){print "$1\n";}else{print "no m... 阅读全文
摘要:
#!/bin/shles species_latinName_abbr.txt|grep -E 'Aptenodytes|Gavia|Phoenicopterus|Chlamy... 阅读全文