How can I jump to the last non-empty line in a openned file? Do I have to use readlines() and go to the last item in the list? What if it is a large text file? Thanks.