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

Re: SHELL - Scripts

2002-12-02 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 moises wrote: | Hello! I need to execute a script in linux that it's going to be always | executing, i mean, when the computer starts its operating system, It | runs a script with a little JAVA program, but this program always is | active, and then, th

SHELL - Scripts

2002-12-02 Thread moises
Hello! I need to execute a script in linux that it's going to be always executing, i mean, when the computer starts its operating system, It runs a script with a little JAVA program, but this program always is active, and then, the operating system doesn't continue with the others instructions beca

Re: Bash shell scripts: Where do the "echos" go?

1999-11-17 Thread Rick L. Mantooth
Jerry, echo will send its output to wherever the "stdout" is at the specific portion of your script. Here is a quickie to demonstrate: #!/bin/sh echo "line 1" echo line 2 ( echo "Testing echo line 3" ) >/dev/null echo "Number 4" # end quickie And the output is: line 1 line 2 Number 4 We'd have

Bash shell scripts: Where do the "echos" go?

1999-11-17 Thread Jerry Keene
I ran a bash script with quite a few informative "Echo" lines embedded on a linux 5.2 box. No possibility that some of them wouldn't have been part of the script execution regardless of branching. Evidence suggested that the script ran properly and accomplished all goals. However, there was

Re: Bash shell scripts: Where do the "echos" go?

1999-01-16 Thread Jerry Keene
Rick: Thanks; belive I've got a clue now. //jrkeene On 17 Nov 99, at 20:02, Rick L. Mantooth wrote: > Jerry, > echo will send its output to wherever the "stdout" is at the > specific portion of your script. > Here is a quickie to demonstrate: > > #!/bin/sh > echo "line 1" > echo line 2 > ( >

Re: shell scripts

1998-05-26 Thread Claire Bradford
Linux user wrote: > > Coul anyone point me to a Howto or something about gnu bash > scripts ? > Thanx in advance . > Not really a HOW-TO, but most useful to get started :- http://www.ocean.odu.edu/ug/shell_help.html HTH Regards Claire -- PLEASE read the Red Hat FAQ, Tip

Re: shell scripts

1998-05-26 Thread altex
> Coul anyone point me to a Howto or something about gnu bash >scripts ? read man pages (man bash) or search for bash-doc-*.rpm (try rufus.w3.org or ftp.redhat.com) Claudiu Balciza -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-F

shell scripts

1998-05-26 Thread Linux user
Coul anyone point me to a Howto or something about gnu bash scripts ? Thanx in advance . -- Andrei Postolache, Romania, [EMAIL PROTECTED], +40-35-340482 -- -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /R