in reply to Re: How to Run a shell script which is on a remote server using a Perl script
in thread How to Run a shell script which is on a remote server using a Perl script
$ while read S > do > ssh $S '/path/to/command/to/that.sh' > done < file_of_target_addrs
|
|---|