Socket programming with shell scripting

hello everyone

please i need help learning socket programming using bash shell scripting, just the basics will be important at this moment.

Thanks :):slight_smile:

Or be specific.

Socket by shell Script? I think is imposible... you doit by C it's very easy....

1 Like

Certainly not impossible, though it requires certain new versions of BASH or KSH.

Beyond that we need more details.

1 Like

If you're intrested in: Programming challenge: Listen on a socket - FedoraForum.org
Covers like 20 different language examples about listening to a socket of which just a few need to be compiled.

Have fun :slight_smile:

1 Like

Uhhhhh!!! did not know him ...
I work under AIX, so try at home
. thanks by this data

The "bash example" on that page seems to be using netcat, rather than bash .

Alternatively there is an explanation here:

yes, I read "/bin/tclsh" , prefer to use C, because there are more tools, fork (), thread (), select () regards Ismach from Buenos Aires.