awk vs expect/tcl

  • Follow


I am interested in learning Expect for automating interactive tools,
but don't like TCL syntax.  Is there a way to implement Expect's
send/expect features  in awk?  Are there awk functions already written
to emulate Expect?

0
Reply ldhybl (2) 9/23/2005 10:14:25 AM

"born2Script" <ldhybl@olemac.net> wrote in message news:1127470465.152617.311340@g49g2000cwa.googlegroups.com...
> I am interested in learning Expect for automating interactive tools,
> but don't like TCL syntax.  Is there a way to implement Expect's
> send/expect features  in awk?  Are there awk functions already written
> to emulate Expect?
>

You don't need to know much tcl or even expect -- use autoexpect
to create an expect script which you can then tweak a bit.

-- 
John.



0
Reply John 9/23/2005 2:55:54 PM


1 Replies
206 Views

(page loaded in 0.251 seconds)

Similiar Articles:








7/22/2012 11:06:16 AM


Reply: