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