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