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