Hacker News new | ask | show | jobs
by nurettin 2766 days ago
the one that comes with nmap?
1 comments

Doesn't matter because every re-implementation of that old unix tool is made for same purpose and mostly accept same arguments.

For example you can make tar archive and pipe it to nc. On other server nc would accept data and pipe it to tar for unpack. This shows real power of unix pipes.

I asked, because the one from nmap actually supports multiplexing.