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