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