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