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