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