google / goexpect

Expect for Go
BSD 3-Clause "New" or "Revised" License
759 stars 134 forks source link

Option to Tee output to a file #24

Closed rjoleary closed 6 years ago

rjoleary commented 6 years ago

For example, I would like to see the raw output of the process in a log file. The word "Tee" comes from the GNU tee command.