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