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