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