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