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