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