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