Hi,
I am trying to use the Expect package commands to telnet to a machine and then execute certian commands on that.
I want to capture the output of each command executed in a variable. Currently I am using the log_file option as shown in the snippet below. However I am sure there must be a...