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