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