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