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