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