Results 1 to 2 of 2
All,
I've done my due diligence and searched google and this forum about how to save the output from telnet in a simple way. The purpose of my script will ...
- 10-19-2007 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 37
Expect and telnet scripts
All,
I've done my due diligence and searched google and this forum about how to save the output from telnet in a simple way. The purpose of my script will be to go into telnet and save the output from that telnet session into a file.
anybody have any ideas?
Thanks in advance!
Jonathan
- 10-20-2007 #2
Thus spake djcham:
There's your answer right there. Do this at the command line:The purpose of my script will be to go into telnet and save the output from that telnet session into a file.
For more information:Code:script -c telnet -f outputfile.txt
Hope this helps.Code:man script


Reply With Quote