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