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