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