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