The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 07-17-2008
jeffpas jeffpas is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 60
Basically what this is is a logfile that has alerts from a program.
The entries get dropped into a file continually. But some entries have the same date, transaction ID, location, alert code and keep getting dropped in over and over (like until the problem is fixed)

The awk filter is to create a 2nd file that just adds new messages if they are not the same date, ID, location, code, and run on a continual basis filtering these out.