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