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