I have a program which reads from stdin. I'd like to be able to close the terminal it is running in and interact with it via nc -U. How can I create a socket which I attach to the stdin of the program? _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
- creating a socket for use with nc Eitan Adler
- Re: creating a socket for use with nc Polytropon