Results 1 to 1 of 1
hi
I am new to linux and I am using following SHELL script to execute commands on many Machines.
Attached:
Parameters : $1 is the Number of PCs AND $2 ...
- 09-24-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 1
Commands on many Machines
hi
I am new to linux and I am using following SHELL script to execute commands on many Machines.
Attached:
Parameters : $1 is the Number of PCs AND $2 is the command (E.g scp)
=============
I have a java code that need to be run on every machine however there is a parameter change based on each machine.
e.g. I will be running 2 JVMs on one linux machine and the java command would look like this
How do I do this?Code:java <class File1> <Para 1> <Para 2> & java <class File1> <Para 1+1> <Para 2+1> &
Tks


Reply With Quote