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