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