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