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