Created
June 7, 2022 20:39
-
-
Save derekthecool/fcf8715ff72e64ea84e885020650c383 to your computer and use it in GitHub Desktop.
Clash of code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
read n | |
awk ' | |
{ratio=$2/$3; if(ratio>oldRatio){oldRatio=ratio;name=$1}} | |
END{print name}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment