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