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