echo }} "Remove temporary files"
echo "scanning /usr/cdwaf"
/bkup/getmytmps /usr/cdwaf
cat files.tmp >tmp$$
echo "scanning /bb"
/bkup/getmytmps /bb
cat files.tmp >>tmp$$
cat tmp$$ >files.tmp
rm tmp$$

: remove some files from list
rmtmps.ex

echo
echo "Enter 'y' to remove the file -"
rm -i `cat files.tmp`
echo "* done *"
