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