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