Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ginesgb

    Spawn/bin/bash

    Hi, I have reviewed the code and now it can run, but I have several problems now. [lab@stadis]$ cat TM_ping.exp #!/usr/bin/expect -f set timeout -1 spawn $env(SHELL) match_max 100000 send -- "telnet XXX.XXX.XXX.XXX" expect -exact "telnet XXX.XXX.XXX.XXX" send -- "\r" expect -exact "\r...
  2. ginesgb

    Spawn/bin/bash

    Hi all, I have written several shell scritp with tcl/tk and I run it on the machine with the user group, when I give it to another user with different machine or from another IP it gives error. Spawn/bin/bash But if I run it from my machine where I wrote it, it runs correctly. The header is...
  3. ginesgb

    Backup Cisco in txt

    I have corrected the code line and now I just need to dump information to a data file text. I set the output option to open "ASR $ now.txt" "w" but I'm still getting an error. What information do I need to work? #!/usr/bin/expect -f set timeout -1 spawn $env(SHELL) match_max 100000 expect...

Part and Inventory Search

Back
Top