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