[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]


    Search the Q&A Archives


Hi all, Could you please explain the code below: ...

<< Back to: Welcome to comp.unix.shell [Frequent posting]

Question by pskumar
Submitted on 4/15/2005
Related FAQ: Welcome to comp.unix.shell [Frequent posting]
Rating: Not yet rated Rate this question: Vote
Hi all,

Could you please explain the code below:

#!/bin/ksh

# Set Variables
PATH=$PATH:/usr/local/bin
WORKDIR=/users/xfertrv
export PATH WORKDIR
dirpath='$trv'
export dirpath

# Remove Archive Files Older Than 60 Days
find $WORKDIR/archive -mtime +60 -exec rm {} \;


cp $WORKDIR/cuc.ftp $WORKDIR/cuc.ftp.save
cp $WORKDIR/ftpupload $WORKDIR/ftpupload.save
cp $WORKDIR/vaxdir $WORKDIR/vaxdir.save

ftp  -v corp.cuc.com << EOFDIR | tee  /users/xfertrv/vaxdir
cd disk$dirpath:[cuc.user.trv.rpt]
dir TRVSCRLBL*
quit
EOFDIR

$WORKDIR/bin/mkftpfile

$WORKDIR/cuc.ftp

$WORKDIR/bin/mkrecord.pl

$WORKDIR/ftpupload

compress $WORKDIR/TR*
mv $WORKDIR/TR* $WORKDIR/archive

Thanks


Your answer will be published for anyone to see and rate.  Your answer will not be displayed immediately.  If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.


Your name or nickname:
If you'd like to create a new account or access your existing account, put in your password here:
Your answer:

FAQS.ORG reserves the right to edit your answer as to improve its clarity.  By submitting your answer you authorize FAQS.ORG to publish your answer on the WWW without any restrictions. You agree to hold harmless and indemnify FAQS.ORG against any claims, costs, or damages resulting from publishing your answer.

 

FAQS.ORG makes no guarantees as to the accuracy of the posts. Each post is the personal opinion of the poster. These posts are not intended to substitute for medical, tax, legal, investment, accounting, or other professional advice. FAQS.ORG does not endorse any opinion or any product or service mentioned mentioned in these posts.

 

<< Back to: Welcome to comp.unix.shell [Frequent posting]


[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]

© 2008 FAQS.ORG. All rights reserved.