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