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