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