I have a YAML file with thousands of lines of text in it, and I want the most recent lines added to appear on the very top of the file and the oldest contents to be at the very bottom of the file, so that when I open the file I don't have to scroll down for 5 minutes to get to the bottom to be able to read the new content.
#current structure #desired structure
1: oldest line 4: newest line
2: old line 3: new line
3: new line 2: old line
4: newest line 1: oldest line