The UNIX and Linux Forums  


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 -->
  #1 (permalink)  
Old 04-29-2008
subin_bala subin_bala is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 57
regular expression

Hi all,

My log file is like

19:40:22 INFO :Total time taken to Service External Request---15ms
19:40:22 INFO : External service failed with status KO
19:40:22 FATAL: External service failed with status KO
19:40:22 DEBUG : Batch started with
19:40:22 ERROR: Member: dmidecode.x86_64 1-2.7-1.28.2.el5 - u
19:40:22 DEBUG : Batch ended dding


i dont want to rread the line which is having FATAL ?
I need to use regular expressions for this
Can anyone help in this ?

Thnks