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