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