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