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