> The book "Linux shell scripting with Bash" says that you can open > network connections with /dev/tcp as in > > exec 3<> /dev/tcp/localhost/80 Ah, the trick here is that it *isn't* part of linux: it is part of *Bash*, directly (and does work under OS X, from a quick experiment.)