awk編程,循環判斷的基本使用

1.  if 判斷nginx shell中的if語句結構:shell if [條件];then echo 'hello' else echo 'nihao' fi 在awk 中的if結構:bash if(3>1){} if(3>x){a}else{b} if(3>6){a} else if(3>5){b} else{c} if(3>1){a;b};c #c 確
相關文章
相關標籤/搜索