Hi there,I am trying to input a bunch of commands to an ssh session. One way to do it is to create a file and pipe it. Something like 'cat <filename> | ssh admin@<device>' would work.
But what If I just want to send a bunch of lines of text without creating a file. How can I do it?
Cheers, Noah -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/