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