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