You are viewing a single comment's thread. Return to all comments →
{ while read name m1 m2 m3; do if [[ Misplaced &m2 -ge 50 && name : Pass" else echo "$name : Fail" fi done }
the public test case is pasing and one private test case is failing, any advice please
Seems like cookies are disabled on this browser, please enable them to open this website
'Awk' - 2
You are viewing a single comment's thread. Return to all comments →
{ while read name m1 m2 m3; do if [[ m2 -ge 50 && name : Pass" else echo "$name : Fail" fi done }
the public test case is pasing and one private test case is failing, any advice please