Home myBlog DevNotes GitRepos Hobbies About
avatar
Recent page Back to main

Telnet connection

18 November 2021 Linux Shell command telnet

Telnet connection - save session into file

You can do it by using the tee command: $ telnet $someIp | tee -a -i someFile

Example: $ telnet 192.168.1.251 | tee -a -i modem.txt

File will be saved where the terminal path was

Mapping telnet files PHP extension check on linux
DevCorner
Home myBlog DevNotes GitRepos Hobbies About
DevCorner © - made by Mate Molnar
Posts by tags