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