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