This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: script alternative


Mark Paulus schrieb am 2001-05-31, 15:24:

> I was just looking through Don Libe's "Exploring Expect" book, 
> and he lists the following expect script as a replacement for script:
> 
> spawn $env(SHELL)
> log_file -noappend typescript
> interact
> 
> "Exploring Expect", Nov 1996, page 180
> 
> Thought this might be of interest for whoever was looking
> for the script command.

Hmmm, does it work?
How does it work?
I'm not very familiar with expect.
Does it need a special shebang?

i tried with shebang: #!/usr/bin/expect
The logfile is generated but the commands aren't expanded.

-gph

-- 
=^..^=

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]