Unix-Expect:Capture the output of a command as a expect variable Unix-Expect:Capture the output of a command as a expect variable unix unix

Unix-Expect:Capture the output of a command as a expect variable


This line

set password [open ./passwdgenerator]

change to

set password [exec ./passwdgenerator]