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