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