> Yeah it is possible.. > expect wants a tcl syntax. With tcl you can pass arguments to the > script but non with $1, $2 like in bash..... > The argument is stored in a variable named argv (see man expect for > details). > > In your case you should only make the change $1---->$argv Thanks, works great! Rick Teudt _______________________________________________ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list
- Need help with expect script Rick Teudt
- Re: Need help with expect script Lars Nordin
- Re: Need help with expect script Marco Presi
- Rick Teudt