I have a text file with a list of other files in it. They are not in alphabetical order, and I don't want them to be. But, I need to be able to read the list from the bottom up. I tried catting the file through sort -r but that puts it in reverse alphabetical order, not just reverse order. Is there another way to do this? nathan