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