Re: Gotta be a better way: File Compares

2001-10-24 Thread Jeff 'japhy' Pinyan
On Oct 24, Kingsbury, Michael said: >compiling xyz >"a: warning" >"b: warning" >compiling more stuff. >"a: warning" > >I want to get one instance of each warning & output it to a file. I can do >that by backticking it through sort, and loading lines that start with a " & >don't match the previou

Gotta be a better way: File Compares

2001-10-24 Thread Kingsbury, Michael
I'm trying to avoid loading this data into arrays & foreaching each one, so I want to see if anyone has an idea for a better way to do this. Part 1. Given the output from compiling xyz, I end up with a log with warnings as such compiling xyz "a: warning" "b: warning" compiling mor