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