Search Results

Search: Posts Made By: dliving3
6,910
Posted By itkamaraj
i know, this is the worst sequence of commands to...
i know, this is the worst sequence of commands to get output :(


$for i in `nawk '{print $2}' test | uniq`; do grep $i test | sort -nrk3 | head -1; done
1 A 3 4 3
7 B 3 3 3
8 C 1 1 1
9 D...
2,098
Posted By Neo
Duplicate post. Continue here...
Duplicate post. Continue here (https://www.unix.com/unix-dummies-questions-answers/162321-print-line-highest-value-one-column.html).
7,725
Posted By Perderabo
The original awk language is what Sun has in its...
The original awk language is what Sun has in its awk program. At some point, the authors of awk revised the language and they called the result "new awk". At first, most vendors shipped both awk...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 08:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy