Search Results

Search: Posts Made By: chakrapani
Forum: Linux 09-24-2009
2,897
Posted By chakrapani
my expect script
script called with two parameters host and port


#!/usr/bin/expect -f
set timeout 3
set HOST [lindex $argv 0]
set PORT [lindex $argv 1]
#$spawn -noecho $env(SHELL)
spawn -noecho "/bin/bash"...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy