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