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