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