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