Hacker News new | ask | show | jobs
by nesarkvechnep 42 days ago
I find /dev/udp much more useful. I can create aliases for fire and forget commands to my daemons without actually writing *ctl program.
1 comments

How are you doing that? I am intrigued!
Ah, sorry, it wasn't /dev/udp but socat - echo "hello" | socat - UNIX-SENDTO:/path/to/socket.
Thank you for the sharing!