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