Search Results

Search: Posts Made By: Walter Misar
11
1,608
Posted By Walter Misar
Using set/shift will work: names1="cdb1 cdb2...
Using set/shift will work:

names1="cdb1 cdb2 cdb3"
names2="pdb1 pdb2 pdb3"

set $names2
for name in $names1; do
export DB=$name
export PDB=$1
shift
echo "$DB:$PDB"
done
Showing results 1 to 1 of 1

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