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