#!/bin/ksh
#	Shell script to determine when the last saves were done
#	by John Quirk
#	Version 1.02
#
echo
echo
echo "The current system time is \t\t`date`"
echo "\t------------Total Save--------------" 
time_read +"total "</Time_Stamp
echo
echo
if test -r /Day_Save_Time
	then
	echo "\t-------------Day Save---------------" 
	time_read +"Day " </Day_Save_Time
else
	echo "No Status for Day save tape"
fi	
