Search Results

Search: Posts Made By: andyfaeglasgow
1,721
Posted By andyfaeglasgow
scripts across a network
Hi,

I'm trying to create a script that runs a series of commands on a number of machines accross a network and sends the output back to the machine from which the script is run.

I looked into...
1,913
Posted By andyfaeglasgow
looping through variables
Hi,

I tired to do this in a korn shell on an HP-UX 9000/800...


var1="a b c"
var2="d e f"

vars="var1 var2"

for i in $vars
do
for j in $i
do
echo $i $j
done
done
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy