> No, it can not. Bash lets you open TCP sockets.
I thought you had to use a program called netcat for that--if not then what is the point of that binary? And for that matter, can't you also use telnet to manually send HTTP?
nc is basically just a nicer interface for the same thing, in the same way that curl is.
https://linux.die.net/man/1/nc
nc is basically just a nicer interface for the same thing, in the same way that curl is.
https://linux.die.net/man/1/nc