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