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