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