#!/bin/bash
start=3
end=8
for i in $(seq $start $end); do
if test ${i} -lt ${end}
then
echo "${i} less than ${n} "
fi
if test ${i} -eq ${end}
then
echo "${i} equal to ${n} "
fi
done
# Log in as root su - root # Execute opatchauto against the unzipped patch directory /u01/app/19.0.0/ grid /OPatch/opatchauto apply /tmp/pat...
No comments:
Post a Comment