View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/bin/eread (+4 lines)
 Lines 49-54    Link Here 
				break
				break
				;;
				;;
			*)
			*)
			        if [ ! -f  ${FILE} ]; then
					echo "${FILE} does not exist"
					break
				fi
				${PAGER} ${FILE}
				${PAGER} ${FILE}
				read -p "Delete file? [y/N] " DELETE
				read -p "Delete file? [y/N] " DELETE
				case ${DELETE} in
				case ${DELETE} in