|
Read file backwards
Hey,
I'm writing a script that appends to a file. Would it be possible if someone could tell me how to read a file from down up rather form up down. Example:
the
dog
sat
I want this to happen
sat
dog
the
So the file is read from down up line by line.
Many thanks in advance,
K
|