Is there anyway to read the output of a file from the end of the file to the beginning? Say if FILE had the following contents:
I know you can do this with modules, but is there a way to do it without having to use the module? (the server I'm uploading to doesn't have the module(s) built in, although if need be, it could be put in)