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