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