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