On 03/02/2010 11:42 AM, Yan Seiner wrote:
I'm an awk newbie.  I'm trying to write a script to parse gpsd nmea output.

gpsd listens on port 2947.  Is it possible to use busybox awk to connect
to a network port?

The '|&' operator throws an error.

Thanks,

--Yan

Use netcat (nc) for the network part and pipe to/from your AWK script. What does |& have to do with a network port, anyway? Its a Bourne Shellism for piping standard error, I believe.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to