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