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