发布时间:2012-09-17 11:30:11
在shell中如何获取字符串的长度有很多种,下面记录下当前我所知道的方法大致如下: 1、wc -L <DIV class=codehead......【阅读全文】
发布时间:2012-09-17 11:24:40
plus1.sh #!/bin/bash n=0 for i in {0..100} do let "n = $n + $i" done echo $n plus2.sh #!/bin/bash n=0 for i in `......【阅读全文】
发布时间:2012-09-17 11:19:01
<div style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans:......【阅读全文】