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