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