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