Search Results

Search: Posts Made By: Tobbev
2,302
Posted By RudiC
First, the variable blstr is not assigned the...
First, the variable blstr is not assigned the desired result unless you use "command substitution", i.e. $(seq ... ). Then, why do you use the hsgen variable at all instead of issuing the command...
2,699
Posted By elixir_sinari
Like this may be: for i in {1..14}; do echo...
Like this may be:
for i in {1..14}; do
echo "Blade $i:"
rline="ssh gotc10$i mpstat -P ALL | awk '{print $3}'"
blinfo2=$(eval $rline)
eval cpuarray$i+='($(echo $blinfo2 | awk...
Showing results 1 to 2 of 2

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