echo "Continue (Y/N) .\b\c"
read yorn
if [ $yorn = "y" -o $yorn = "Y" ] ; then
echo "Deleting files...."
run something
else
echo "Ok aborting..."
fi
Mike
"Whenever I dwell for any length of time on my own shortcomings, they gradually begin to seem mild, harmless, rather engaging little things, not at all like the staring defects in other people's characters."