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