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