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