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