Say I have a file as follows
january
february
march
april
may
june
july
august
september
october
november
december
I want to invert the file so that it reads
december
november
october
september
august
july
june
may
april
march
february
january
I don't want to sort it alphabetically, I want to invert it. What would I use or how would I go about it?
Thanks!
630111
january
february
march
april
may
june
july
august
september
october
november
december
I want to invert the file so that it reads
december
november
october
september
august
july
june
may
april
march
february
january
I don't want to sort it alphabetically, I want to invert it. What would I use or how would I go about it?
Thanks!
630111