Quote:
Originally Posted by reborg
If you want to have the output on screen, then
Code:
gpsd stream | awk 'your awk program' | your other program
would work.
However given then number of possible sentences, your awk program would quickly become very complicated.
|
Thanks for your kind reply.
It works fine.
Followed some awk examples from
The GAWK Manual - Reading Input Files
and did some testing to learn basics of awk first.
Darius