On Jun 28, 2010, at 2:19 AM, Cromwell, Ray, VF-IE wrote:

>  from now on I am
> going to create a script 
> that will keep a repository of files … 

Good idea.

I have something like the following in a shell script that gets launched by 
cron every day….

[email protected]
export SOLARISDIR=/some/directory
export FETCHDATE=`date "+%Y.%m.%d"`
mkdir -p ${SOLARISDIR}/patches/${FETCHDATE}
${SOLARISDIR}/bin/pca.sh --xrefdir  ${SOLARISDIR}/patches/${FETCHDATE} --getxref

Reply via email to