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