You are viewing a single comment's thread. Return to all comments →
awk '{ if ( $2>=50 && $3>=50 && $4>=50 ) status="Pass"; else status="Fail"; print $1,":",status; }'
'Awk' - 2
You are viewing a single comment's thread. Return to all comments →