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