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