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