Earlier quoted context omitted.
You should do a screencast of such infinitely useful classics as tac , tsort , and sl . (Actually, I have found use for those first two on occasion. ;)
tsort is one of my favorites, mostly because it's totally pointless until you need it and then it works exactly right . I love it.
tsort takes a list of pairs of node names representing directed arcs in a
graph and prints the nodes in topologi-cal order on standard output.
It's not often I understand nothing on a man page. But this time, I'm stumped!