I am starting a new project where I need to do the following things: 1) log onto a linux box 2) run a few commands to generate a report 3) capture report (it is all straight text) into a file.
What is the best way to handle to telnet (not ssh) session and capture the text to a file?