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