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