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