Let's say i have a file with below content.
ok yes bad
ok yes good
ok yes bad
ok yes good
ok yes bad
ok yes good
I need to write a shell script or awk program to search the whole 3rd column and if the whole column is good then print as "Everthing looks good" and incase if it finds anyone bad then print as "Things are not okay"