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