Tagged Questions
5
votes
2answers
1k views
Why does awk do full buffering when reading from a pipe
I'm reading from a serial port connected to a gps device sending nmea strings.
A simplified invocation to illustrate my point:
$ awk '{ print $0 }' /dev/ttyPSC9
...