Hi All, Not strictly speaking an OS dependent question, but I figured someone on this list would probably have an answer :-)
I have a program generating output to standard out, which I am then piping to netcat -u IP Port This works fine, but I'm wondering what the best way is to send it to two IP addresses? Just as an aside the program reads data from a serial port, so I cannot simply run a second instance of the program. Thanks! Paul.