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