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