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