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