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