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