Re: Shell Scripts for automating Telnet sessions

2003-07-30 Thread Jeff Kinz
On Wed, Jul 30, 2003 at 09:06:24AM -0700, pnelson wrote: > On Wed, 2003-07-30 at 02:48, anil garrepally wrote: > > Can anyone tell me how to write a Bash script, that will do > > telnet login to one machine and do some activity on that logged > > machine. > > > > I was informed that .telnetrc f

Re: Shell Scripts for automating Telnet sessions

2003-07-30 Thread Jack Bowling
On Wed, Jul 30, 2003 at 11:10:18AM -0500, Ed Wilts wrote: > On Wed, 2003-07-30 at 02:48, anil garrepally wrote: > > Can anyone tell me how to write a Bash script, that will do > > telnet login to one machine and do some activity on that logged > > machine. > > > > I was informed that .telnetrc

Re: Shell Scripts for automating Telnet sessions

2003-07-30 Thread Ed Wilts
On Wed, 2003-07-30 at 02:48, anil garrepally wrote: > Can anyone tell me how to write a Bash script, that will do > telnet login to one machine and do some activity on that logged > machine. > > I was informed that .telnetrc file will help,if so what is the > entry i should add in to that file

Re: Shell Scripts for automating Telnet sessions

2003-07-30 Thread pnelson
On Wed, 2003-07-30 at 02:48, anil garrepally wrote: > Can anyone tell me how to write a Bash script, that will do > telnet login to one machine and do some activity on that logged > machine. > > I was informed that .telnetrc file will help,if so what is the > entry i should add in to that file

Re: Shell Scripts for automating Telnet sessions

2003-07-30 Thread Willem van der Walt<[EMAIL PROTECTED]>
do man nc or info nc nc is netcat and can be used to do what you want. On 30 Jul 2003, anil garrepally wrote: > Hi Everyone, > > Can anyone tell me how to write a Bash script, that will do > telnet login to one machine and do some activity on that logged > machine. > > I was informed that .

Shell Scripts for automating Telnet sessions

2003-07-30 Thread anil garrepally
Hi Everyone, Can anyone tell me how to write a Bash script, that will do telnet login to one machine and do some activity on that logged machine. I was informed that .telnetrc file will help,if so what is the entry i should add in to that file. where can i found Any kind of information relat