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