Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
break
;;
*)
if [ ! -f ${FILE} ]; then
echo "${FILE} does not exist"
fi
${PAGER} ${FILE}
read -p "Delete file? [y/N] " DELETE
case ${DELETE} in