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