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