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