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