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