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