Open karawitan opened 4 years ago
What are you trying to achieve? The above command also doesn't work on mksh: can't create /dev/tcp/www.eff.org/...
This syntax would be used to open an http request to www.eff.org on port 80. There is such example here: (talking SMTP over port 25 using bash, without a telnet or nc client)
(taken from https://stackoverflow.com/questions/49179707/tcp-socket-server-in-bash)
Hi Blackberry 10 believers !
While trying to open a tcp socket using bash-5.0 on bb10, I hit the following issue:
Is there any hope to have this feature working on bb10 ? Or maybe we should get "nc" instead ?