当前位置: 技术问答>linux和unix
awk数组定义的问题,不懂
来源: 互联网 发布时间:2016-08-19
本文导语: 原文:http://blog.csdn.net/eroswang/archive/2007/04/30/1593498.aspx 现在不懂的是 #!/bin/awk -f #awk_array.sh BEGIN{ FS="#" score["0-60"]=0 score["60-70"]=0 score["70-80"]=0 score["80-90"]=0 score["90-100"]=0 student["junior"]=0 s...
原文:http://blog.csdn.net/eroswang/archive/2007/04/30/1593498.aspx
现在不懂的是
#!/bin/awk -f
#awk_array.sh
BEGIN{
FS="#"
score["0-60"]=0
score["60-70"]=0
score["70-80"]=0
score["80-90"]=0
score["90-100"]=0
student["junior"]=0
student["senior"]=0
}
{
{ if ($1=60 && $1=70 && $1=80 && $1=90&&$1
现在不懂的是
#!/bin/awk -f
#awk_array.sh
BEGIN{
FS="#"
score["0-60"]=0
score["60-70"]=0
score["70-80"]=0
score["80-90"]=0
score["90-100"]=0
student["junior"]=0
student["senior"]=0
}
{
{ if ($1=60 && $1=70 && $1=80 && $1=90&&$1