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