Answers for "telnet command line linux"

1

telnet command

$ telnet ip_address port_number
Posted by: Guest on October-11-2021
0

telnet in shell script

{ echo "remotecommand 1"; echo "remotecommand 2"; sleep 1; } | telnet 10.1.1.1
Posted by: Guest on February-03-2021

Code answers related to "telnet command line linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language