发布时间: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:......【阅读全文】
发布时间:2012-09-17 11:15:32
<div style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans:......【阅读全文】
发布时间:2012-09-17 11:13:42
今天在shell脚本中,发现case语句的一个问题。就是指定小写字母 和大写字母 的这种方法不管用用了出现如下情况: <div id="codeText" class="co......【阅读全文】