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