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 确
相关文章
相关标签/搜索