Re: running a script with tcpserver
Payal Rathod <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 23, 2004 at 05:01:32PM +0100, Ketil Froyn wrote: > > This probably happens because you are reading the first argument on the > command line with $1, but the input received over the network is on > STDIN. Read this page for everything you need to use tcpserver: > > http://cr.yp.to/ucspi-tcp/tcpserver.html > > and you can test your program directly by doing something like this: > > echo name | ./my-program.sh I corrected my last mail just a few minutes back. But the problem is still there. Can you just check it out yourself? Thanks for the help. -Payal