The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
[ksh, awk] determine values from rather complcated string
.
User Name
Remember Me?
Password
google site
Forums
Register
Blog
Man Pages
Forum Rules
Links
Albums
FAQ
Users
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
[ksh, awk] determine values from rather complcated string
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
07-17-2009
vgersh99
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
vgersh99
View Public Profile
Find all posts by vgersh99