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