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