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