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