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