tmpfile=/tmp/tmpfile.$$
for file in loaderconfiguration*.xml
do
echo "what is the path:";
read $path;
sed "s|${METRICA_DIR}/TechnologyPacks/Spool/2030324032|$path|g" $file > $tmpfile
mv $tmpfile $file
done
any changes need to change which is highlighter with red colour...
give some advise and hint please...
many thanks...