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