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