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