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