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