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