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