I'm trying to /write ban list items in a file, only I want them listed in the file from oldest to newest. So basically I need to write to a file "backwards", where it doesn't add the info on a new line, instead it adds it to the first line.

/write -l1 would replace the first line all the time, so that won't work. Any help is appreciated. Thanks.