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