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