Posted to tcl by mjanssen at Fri Jul 22 17:18:00 GMT 2011view raw

  1. #!/usr/bin/expect -f
  2. log_user 0
  3. spawn "/bin/ls"
  4. expect eof
  5. puts " this is the outptu ---> '$expect_out(buffer)'."