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