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