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