The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
awk and NMEA strings
.
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
:
awk and NMEA strings
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
07-07-2008
zaxxon
Moderator
Join Date: Sep 2007
Location: Germany
Posts: 2,668
I am not sure if I got it right and what your wanted output should like, but to be sure you don't get the lines with "no depth info", why not just append that expression the the awk you already have like
Code:
... && !/no depth info/
You used such stuff in your awk line already so.. maybe I just did not understand
An output example might make it much easier to understand, ty.
zaxxon
View Public Profile
Find all posts by zaxxon