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