I don’t intend to ever use it myself, but there could be situations in very 
restricted environments where POSIX shell is all you have.  

One thing to note is using Bashisms such as /dev/tcp. What one needs to think 
about is if you are in a Bash world, do you care about not having access to 
`nc`? /dev/tcp is only available to Bash. So, it very well maybe neat to 
confine yourself to Bash, but generally it is used on systems with access to 
other tools such as `nc`.  

It should be use `nc` if it’s available, if not use /dev/tcp and if not on Bash 
bail or try something different. It’s really an academic exercise. But, an 
interesting one depending on who you are.  

--  
Justin Cook


On Monday, 25 November 2013 at 17:57, Evan Gates wrote:

> I didn't intend to ever use it seriously, but I also didn't think
> there would be any interest. I'll add some comments, flesh it out a
> bit, and read up on official projects.
>  
> -Evan
> _______________________________________________
> zeromq-dev mailing list
> [email protected] (mailto:[email protected])
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev



_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to