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