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