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