echo '\n\n'
echo "The following files will be deleted upon your approval"
echo "because  they have been placed in the /cmd or/etc directory "
echo "in the UNOS 7.0 release."
echo '\n'
echo "The files to be deleted are:"
echo '\n'
echo "	/bin/cut"
echo "	/bin/date"
echo "	/bin/find"
echo "	/bin/paste"
echo "	/bin/tail"
echo "	/bin/time"
echo "	/bin/shutdown"
echo '\n'
/bin/delete -q -f /bin/cut
/bin/delete -q -f /bin/date
/bin/delete -q -f /bin/find
/bin/delete -q -f /bin/paste
/bin/delete -q -f /bin/tail
/bin/delete -q -f /bin/time
/bin/delete -q -f /bin/shutdown
echo '\n\n'

echo "The file deletions are completed."