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