> 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

Reply via email to