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