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