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