The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Development Releases: Linux Mint 4.0 Beta "Fluxbox", 4.0 Alpha "Debian" iBot UNIX and Linux RSS News 0 01-04-2008 03:00 PM
Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" Lokesha UNIX for Dummies Questions & Answers 4 12-20-2007 01:52 AM
how could i make a program mixed with many "|", "<" and ">" strugglingman High Level Programming 2 04-29-2006 09:11 AM
No utpmx entry: you must exec "login" from lowest level "shell" peterpan UNIX for Dummies Questions & Answers 0 01-18-2006 04:15 AM
how to request a "read" or "delivered" receipt for mails plelie2 Shell Programming and Scripting 1 08-06-2002 04:26 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 11-27-2006
g_jumpin g_jumpin is offline
Registered User
  
 

Join Date: Oct 2006
Posts: 9
Confirmation rather than "sleep"

I have a simple telnet script that logs into a device and issues a number of commands with "sleep" between each command. This works great, although it would be nice to execute each command based on a response rather than an assummed sleep time?

The reponse received is "COMPLD" which could trigger the next command. Here is a similar example script with "sleep" in between each command.

Thanks.

--------------------------------------------
#!/bin/sh
host=10.1.2.2
login=admin
password=admin

command1="show software"
command2="show card software"
command3="conf t1 state up"
{
echo "$login""\r"
sleep 2
echo "$password""\r"
sleep 2
echo "$command1""\r"
sleep 2
echo "$command2""\r"
sleep 2
echo "$command3""\r"
sleep 2
echo "Y""\r"
sleep 3
echo "exit""\r"
}| telnet $host
  #2 (permalink)  
Old 11-27-2006
ask.jackal ask.jackal is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 24
I think you are looking for "expect" scripts. expect is a scripting language like shell or perl and you need to install it as a package.

John Arackal
  #3 (permalink)  
Old 11-27-2006
g_jumpin g_jumpin is offline
Registered User
  
 

Join Date: Oct 2006
Posts: 9
There is nothing in a shell script that can act upon the return of a set of characters?

I will install Expect and brush-up.....
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:46 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0