AT_BANNER([SORT VARIABLES]) AT_SETUP([SORT VARIABLES]) # This reverses the order of its input lines. # From the GNU sed manual. tac () { sed -n '1! G $ p h' } test_sort () { cat > sort-variables.sps <