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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-17-2009
vgersh99's Avatar
vgersh99 vgersh99 is offline Forum Staff  
Moderator
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,161

Code:

nawk -F'[{=}|]' '{for(i=1;i<=NF;i++) if($i=="alarmId") print $(i+1)}' myFile