Y
Hacker News
new
|
ask
|
show
|
jobs
by
drats
5239 days ago
I didn't know about /dev/tcp/host/port, has a nice Plan 9-like feel.
3 comments
lambda
5239 days ago
Only available on Linux.
More portably, you can use something like netcat or socat.
link
EdiX
5239 days ago
It's implemented with an ugly hack in bash. I'd rather use netcat.
link
kl4m
5239 days ago
Not too sure about the "Opens a UDP connection" though :)
link
More portably, you can use something like netcat or socat.