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