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