Re: send command
You might find autoexpect helpful. It has been very helpful to me with
debugging Expect issues. It's a shell script that comes with Expect.
It records everything you type at the shell prompt and generates a
script file with all the expect commands needed to automate what you
just did manually. Then you just edit that script to suit your needs.
---Victor
.
Relevant Pages
- Re: pop-forum Re: poplog-dev A look at Poplog on the Macintosh
... with the poplink command. ... When trying to make pglink produce a 'sh' rather than a 'csh' shell ... script for linking and when trying to make it put unexpanded environment ... using the shell script pglibr, ... (comp.lang.pop) - Files appear to be cross linked
... script requires a number of standard environment variables to be set ... so it calls a second shell script to set these at the session level, ... control should return to the first shell script, ... that the script executes to the last line prior to the displaying of ... (comp.unix.solaris) - Re: [PHP] Catch STDERR
... into your PHP script? ... Or do you just need STDOUT in one variable, and STDERR in another, ... Another option is to try to write a .sh shell script to get what you ... (php.general) - Re: basic questions
... Setting a script that runs at 3:00 ... Set chron to run that shell script. ... Debug the GUI application with the REPL. ... You start up the Web browser, then browse the Web, visit a hundred ... (comp.lang.lisp) - Re: Converting large bash script to TCL
... I know that TCL and shell scripting share a lot of similarities. ... The shell script ... Determine what it (the script) is supposed to do ... echo "WOULD YOU LIKE TO INSTALL NAC DRIVER ... (comp.lang.tcl) |
|