Advertisement
Tariqul_Islam

'Awk' - 2

Aug 16th, 2020
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. #!/bin/bash
  2. awk {'if ($2>50 && $3>50 && $4>50) print $1,": Pass"; else print $1,": Fail"'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement