Shell 笔记-即时
时间:2010-04-15 来源:starB6
1: echo $0 :
-ksh
2: shell 中的正则表达:(实践证明不好用,还是用awk比较好。)
if [[ "$file" =~ 'start' ]]
或if [[ "$file" =~ "start" ]] 3: 数字计算: let x=0 or count=`expr "$count" + 1`
或if [[ "$file" =~ "start" ]] 3: 数字计算: let x=0 or count=`expr "$count" + 1`
相关阅读 更多 +