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