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