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