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