It isn't a requirement. I simply like awk. On Nov 21, 2015 10:56 AM, "AL F" <allanf at linuxquestions.net> wrote: > > On Fri, Oct 30, 2015 at 7:06 PM, Saul Alanis <sdalano at gmail.com> wrote: > >> 2 | foo | bar >> 4 | bar | foo >> 1 | bar | foo >> 3 | foo | bar >> > > > Why is awk a reqirement? Simply use the comand: > sort -n YOURDATAFILEGOESHERE | tail -n 1 | cut -d\| -f1 > > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20151121/94db154b/attachment.html>