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