ref: 864c67531f8f2144c9979a486afd3165c13ee816 dir: /tac/
#!/bin/awk -f { l[NR] = $0 } END{ while(NR > 0) print l[NR--] }