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