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