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