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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
