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