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