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