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