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